v36

OpenAPI 3.1.0raw.githubusercontent.com2026-05-13002.7 MB

Delete an organization admin API key

Delete the specified admin API key.

delete/organization/admin_api_keys/{key_id}

Path parameters

key_idstring required

The ID of the API key to be deleted.

Response

Confirmation that the API key was deleted.

idstring required
object'organization.admin_api_key.deleted' required
deletedboolean required

Example response

{
  "id": "key_abc",
  "object": "organization.admin_api_key.deleted",
  "deleted": true
}