v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
API Keys

Delete an API key

Deletes the API key identified by id. Deletion is permanent and revokes the key immediately.

delete/v1/api-keys/{id}

Path parameters

idinteger required

The unique ID of the API key.

Response

Returns a success confirmation. The API key is revoked.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}