APIAPI Key Management

Revoke API Key

Immediately revoke your current API key. All requests using this key will fail.

POST
/user/api-key/revoke

Immediately revoke your current API key. All requests using this key will fail.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/user/api-key/revoke"
{  "success": true}
{  "success": false}
{  "success": false}