Delete a tool

View as Markdown

Delete a tool from the library. Blocked with 400 if any agent still references it — remove it from those agents first.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

toolIdstringRequiredformat: "^tool_[a-z0-9]{24}$"

Response

Tool deleted.
statusbooleanOptional
datastringOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error