Skip to main content
Use this endpoint to revoke an API key immediately. Once deleted, any requests using the former key will receive an authentication error.

Endpoint

Authentication

Pass one of Authorization: Bearer <api-key> or Authorization: ApiKey <key>.

Path Parameters

string
required
The API key identifier.

Response

Returns 204 No Content on success.