Skip to main content
DELETE
/
api
/
tools
/
{tool_id}
Delete Tool
curl --request DELETE \
  --url https://api.example.com/api/tools/{tool_id}
{
  "success": true,
  "message": "Tool deleted successfully"
}
Delete a custom tool.
tool_id
string
required
The unique identifier of the tool.

Response

success
boolean
Indicates success.
{
  "success": true,
  "message": "Tool deleted successfully"
}