v1

latestOpenAPI 3.0.32026-07-2246176.0 KB

Revoke API key

Permanently revoke an API key. The key can no longer be used for authentication. You cannot revoke the key you are currently using — use a different key. Permission: account:apikeys:delete.

delete/v4/account/api-keys/{id}

Path parameters

idstring uuid required

Response

Key revoked

successboolean
messagestring

Example response

{
  "message": "API key revoked successfully"
}