API Reference
Delete assistant
Delete a specific AI assistant
On this page
This endpoint allows you to permanently delete an AI assistant that belongs to the authenticated user.
Path Parameters
idintegerrequired
The unique identifier of the assistant to delete
Response
messagestring
Confirmation message indicating the assistant was deleted successfully
Error Responses
404 Not Found
500 Internal Server Error
{
"message": "Assistant deleted successfully"
}
{
"message": "Assistant not found"
}
{
"message": "Assistant deletion failed"
}
Notes
- Only assistants that belong to the authenticated user can be deleted
- Once an assistant is deleted, it cannot be recovered
- This action will permanently remove the assistant and all its configuration
- If the assistant is currently handling active calls, those calls may be affected
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 →