Tools
Delete a tool
Delete a tool from the library. Blocked with 400 if any agent still references it — remove it from those agents first.
delete/tool/{toolId}
Path parameters
toolIdstring required
Response
Tool deleted.
Example response
{
"status": true,
"data": "Tool deleted successfully"
}