curl --request DELETE \
--url https://api.example.com/api/v1/api-key/{id} \
--header 'x-calry-api-key: <api-key>'Delete an API key. You cannot delete the key you are currently using. Requires ADMIN permission.
curl --request DELETE \
--url https://api.example.com/api/v1/api-key/{id} \
--header 'x-calry-api-key: <api-key>'