We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Invalidate current access token. This is not logout. If the browser has active session ID, new access token can be obtained easily.
DELETE https://your-host/your-mt-api.cgi/v1/token
XMLHttpRequest: A XMLHttpRequest object
api.revokeToken(function(response) { if (response.error) { // Handle error return; } // Do stuff });