We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
セッションを破棄します。このメソッドはいわゆる「ログアウト」に相当する処理を行います。
DELETE https://your-host/your-mt-api.cgi/v1/authentication 詳細
XMLHttpRequest: XMLHttpRequestオブジェクト
api.revokeAuthentication(function(response) { if (response.error) { // エラー処理 return; } // レスポンスデータを使った処理 });