v1

latestOpenAPI 3.1.0MIT2026-07-132429592.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
}