Skip to main content
Use the delete API key endpoint to revoke and permanently remove an API key. Provide the key’s unique identifier in the path. Once deleted, the key can no longer be used for authentication.

Endpoint

Authentication

Requires a valid Authorization: Bearer <jwt-or-api-key> header.

Path Parameters

string
required
Unique identifier of the API key to delete.

Response

Returns HTTP 200 with a success response envelope on successful deletion.