Skip to main content
DELETE
Revoke or Delete API Key

Authentication

Requires an API key in the Authorization header.

Request

string
required
The ID of the API key to revoke or delete.
string
Set to true to permanently delete the key instead of revoking it.

Revoke (soft disable)

Delete (permanent removal)

Response

Or for permanent deletion:
Revocation is immediate any requests using the key will return 401. Permanent deletion removes the key record entirely and cannot be undone.