VoxLink.ai

API Reference

Delete mid call tool

Delete a mid call tool

Updated 24 Oct 2025

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_ids parameter to remove tools from specific assistants

Related guides