curl --request DELETE \
--url https://call.aiployees.com/api/user/tools/{id} \
--header 'Accept: <accept>' \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Tool deleted successfully"
}
Delete a mid call tool
curl --request DELETE \
--url https://call.aiployees.com/api/user/tools/{id} \
--header 'Accept: <accept>' \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Tool deleted successfully"
}
application/jsonapplication/json{
"message": "Tool deleted successfully"
}
tool_ids parameter to remove tools from specific assistants