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.

statusboolean
datastring

Example response

{
  "status": true,
  "data": "Tool deleted successfully"
}

Changes

Changed in 1 of the 54 revisions of this API.1