Skip to main content
DELETE
https://app.autocalls.ai/api/
/
user
/
api-keys
/
{id}
Delete API key
curl --request DELETE \
  --url https://app.autocalls.ai/api/user/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "API key deleted successfully."
}
This endpoint permanently deletes an API key. Any applications using this key will immediately lose access.

Path Parameters

id
integer
required
The unique identifier of the API key to delete

Response

message
string
Success message
{
  "message": "API key deleted successfully."
}
This action is immediate and cannot be undone. Any applications using this API key will stop working immediately.