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 session. This is like logout.
DELETE https://your-host/your-mt-api.cgi/v1/authentication
XMLHttpRequest: A XMLHttpRequest object
api.revokeAuthentication(function(response) { if (response.error) { // Handle error return; } // Do stuff });