English
cURL
curl --request DELETE \ --url https://app.azalt.co/api/v1/apikeys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete an API key:
Parameters:
id
Important Notes:
Deleted keys become invalid immediately and cannot be restored.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response