Revoke API key
Identity
Revoke API key
This operation permanently revokes a specific API key. The API key ID can be retrieved by calling the List API keys operation. Once revoked, the key cannot be used for authentication.
DELETE
Revoke API key
Headers
Path Parameters
The UUID of the API key to revoke. You can retrieve this value by calling the List API keys operation.
Response
Successful Response
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.