Delete a custom tool.
Cannot delete tools that are attached to agents. Detach them first.
Your API key for authentication.
Path Parameters
The unique identifier of the tool to delete.
Permissions
tools:delete (admin, agent_manager)
Response
Indicates if the deletion was successful.
Human-readable success message.
{
"success": true,
"message": "Tool deleted successfully"
}
Errors
Tool belongs to different organization.
Cannot delete tool - it is attached to agents. Detach it first.