API Reference
Delete mid call tool
Delete a mid call tool
On this page
This endpoint allows you to permanently delete a mid call tool. This will also remove the tool from all assistants it was assigned to.
Headers
stringrequired
Bearer token for authentication
stringrequired
Must be application/json
stringrequired
Must be application/json
Path Parameters
idintegerrequired
The unique identifier of the tool to delete
Response fields
messagestring
Success message confirming deletion
{
"message": "Tool deleted successfully"
}
{
"message": "Tool not found"
}
Note
When a tool is deleted, it is automatically removed from all assistants. To manage tool assignments without deleting the tool, use:
- Update Assistant - Use the
tool_idsparameter to remove tools from specific assistants
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 →