API Reference
Delete API key
Delete an API key
Updated 25 Jan 2026
On this page
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
API Reference
Introduction
Welcome to the VoxLink API
Read guide →API Reference
Authentication
Learn how to authenticate your API requests
Read guide →API Reference
Get current user
Get the authenticated user's profile information
Read guide →API Reference
List assistants
List all assistants for the authenticated user with pagination
Read guide →