Skip to main content
DELETE
Delete an organization admin API key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key_id
string
required

The ID of the API key to be deleted.

Response

200 - application/json

Confirmation that the API key was deleted.

id
string
Example:

"key_abc"

object
string
Example:

"organization.admin_api_key.deleted"

deleted
boolean
Example:

true