Skip to main content
DELETE
/
api
/
v1
/
api-key
/
{id}
Delete API Key
curl --request DELETE \
  --url https://api.example.com/api/v1/api-key/{id} \
  --header 'x-calry-api-key: <api-key>'

Authorizations

x-calry-api-key
string
header
required

Path Parameters

id
string
required

Response

200

API key deleted successfully