Revoke an API key
DELETE/v1/api_keys/{id}
Permanently revokes a key. Already-revoked or unknown keys return 404.
Requires an API key (bearer), scoped to the active org. Supports idempotency keys.
Path parameters
idstringrequired
Returns
200The revoked key.
Failures use the standard error envelope with a closed set of codes.