アプリケーションの API キーを取り消す
How to revoke an applicationAPI key.
読み終わるまでの所要時間 1 分最終更新 23日前
デベロッパーポータルの Organization Settings (組織の設定) ページで Enable Remote API チェックボックスをオンにした場合は、cURL、Advanced REST Client (ARC)、Postman などのツールで
developer-api.vivox.com/api/v1/applications/remote-api/key/revoke以下の形式のレスポンスは、キーが正常に取り消されたことを示します。curl "https://developer-api.vivox.com/api/v1/applications/remote-api/key/revoke" -X POST -d"{\"remoteApiUsername\":\"remote-api-username-from-org-settings-page\",\"remoteApiPassword\":\"remote-api-password-from-org-settings-page\",\"issuer\":\"issuer-from-app-details-page\"}"
{"statusCode":200,"data":"some-new-key"}