Skip to main content
DELETE
Delete mid call tool
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

Authorization
string
required
Bearer token for authentication
Content-Type
string
required
Must be application/json
Accept
string
required
Must be application/json

Path Parameters

id
integer
required
The unique identifier of the tool to delete

Response fields

message
string
Success message confirming deletion

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