VoxLink.ai

API Reference

Delete API key

Delete an API key

Updated 25 Jan 2026

This endpoint permanently deletes an API key. Any applications using this key will immediately lose access.

Path Parameters

idintegerrequired

The unique identifier of the API key to delete

Response

messagestring

Success message

{
  "message": "API key deleted successfully."
}
{
  "message": "API key not found."
}

This action is immediate and cannot be undone. Any applications using this API key will stop working immediately.

Related guides