Revoke API token
Revoke API token
Revoke (permanently delete) one of the authenticated user’s API tokens. Always allowed, regardless of plan.
DELETE
Revoke API token
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Path Parameters
Response
API token revoked successfully
Example:
"API token revoked successfully"