Authentication

Delete API key

Delete the existing API key.

Copy as Markdown Open in ChatGPT Open in Claude

delete/v1/users/api-keys

Response

API key deleted

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200,
  "data": []
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.