Skip to main content
DELETE
https://app.famulor.de/api/
/
user
/
tools
/
{id}
Delete mid call tool
curl --request DELETE \
  --url https://app.famulor.de/api/user/tools/{id} \
  --header 'Accept: <accept>' \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
{
  "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.

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 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