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

Authorizations

X-API-Key
string
header
required

Path Parameters

key_id
string<uuid>
required

UUID of the API key to delete.

Response

200

OK