curl --request DELETE \
--url https://api.getoutbox.ai/agent/tool \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"tool_id": "<string>"
}
'Delete a tool from an agent
curl --request DELETE \
--url https://api.getoutbox.ai/agent/tool \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"tool_id": "<string>"
}
'