Skip to main content
DELETE
/
account
/
api
/
v1
/
organizations
/
{organization_id}
/
api-keys
/
{key_id}
Delete API key
curl --request DELETE \
  --url https://www.closient.com/account/api/v1/organizations/{organization_id}/api-keys/{key_id} \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.closient.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string
required

Organization ID.

key_id
string<shortuuid>
required

UUID of the API key to delete.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

200

OK