Skip to main content
DELETE
/
api
/
user
/
tools
/
{id}
Delete mid call tool
curl --request DELETE \
  --url https://app.famulor.de/api/user/tools/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Tool deleted successfully"
}
Permanently delete a mid-call tool from your account. This also removes the tool from all assistants where it was previously assigned.

Path Parameters

id
integer
required
The unique identifier of the tool to delete

Response Fields

message
string
Success confirmation message
{
  "message": "Tool deleted successfully"
}

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