Skip to main content
Revoke an API key by its identifier. The key stops working immediately: subsequent requests using it return 401 from the gateway and the model download endpoints. This action cannot be undone. Method: DELETE Path: /api/api-keys/{id} Auth: Session Bearer

Path parameters

string
required
Key identifier returned from POST /api/api-keys or GET /api/api-keys.

Response

204 No Content.

Example

Errors