Authorization header will immediately receive a 401 Unauthorized response. Use this endpoint when you suspect a key has been compromised, when you are rotating credentials, or when you want to retire a key that is no longer in use. Because this action cannot be undone, you should create a replacement key and deploy it to all dependent systems before revoking the old one.
Endpoint
Path Parameters
string (UUID)
required
The unique identifier of the API key you want to revoke. You can find this value in the
id field returned by the List Keys endpoint.Response — 200 OK
A successful revocation returns HTTP200 with a confirmation body.