API Reference
Delete call
Delete a specific call record
On this page
This endpoint allows you to delete a specific call record that belongs to the authenticated user.
Path Parameters
callintegerrequired
The unique identifier of the call to delete
Response
messagestring
Confirmation message indicating the call was deleted successfully
Error Responses
404 Not Found
{
"message": "Call deleted successfully"
}
{
"message": "Call not found"
}
Notes
- Only calls that belong to assistants owned by the authenticated user can be deleted
- Once a call is deleted, it cannot be recovered
- This action will permanently remove the call record, including any associated transcript, recording, and metadata
- The call recording file (if exists) will also be deleted from storage
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 →