Partner
Revoke API Key
Permanently revokes an API key. Revocation is immediate and irreversible.
POST
Overview
Revokes an API key so that no further requests can authenticate with it. Revocation is permanent and takes effect immediately — the next request using the revoked key returns401 unauthorized.
Headers
string
required
A valid
PARTNER scope key for the partner that owns the key being revoked.Path Parameters
string
required
UUID of the key to revoke. Available from List API Keys.
Response
string
UUID of the revoked key.
string
Always
"revoked" on success.string
ISO-8601 timestamp of the revocation.
