API Keys
Revoke API Key
Permanently revoke an API key. Any requests using the revoked key will immediately return 401.
DELETE
This endpoint uses your dashboard session (Auth0 JWT), not an API key.
Path parameters
The UUID of the key to revoke. Obtain this from List API Keys.
Response
true when the key has been deleted.