v1 auth keys
Revoke an API key
Revoke (delete) an API key for the authenticated user.
This endpoint:
- Validates the current API key authentication
- Revokes the specified API key (if it belongs to the user)
- Returns confirmation of revocation
**Authentication**: Requires valid API key in Authorization header
delete/v1/auth/keys/{api_key_id}
Path parameters
api_key_idstring required
Response
Successful Response