API Keys
Revoke API Key
Revoke an API key, preventing its future use (irreversible).
Authentication Required: JWT Bearer Token
- Requires
Authorization: Bearer <jwt_token>
header - Token must contain valid customer ID
- Only affects keys owned by the authenticated customer
PUT
Authorizations
JWT Bearer token from Auth0 authentication
Path Parameters
The unique identifier of the API key (UUID format).
Examples:
"07f5aec0-3ec3-441f-a098-912d201d067d"
Response
200
application/json
Successful Response
Model for API key revocation information.