Skip to main content
DELETE
Delete Tool
Delete a custom tool.
Cannot delete tools that are attached to agents. Detach them first.

Headers

string
required
Your API key for authentication.
string
required
The organization ID.

Path Parameters

string
required
The unique identifier of the tool to delete.

Permissions

  • tools:delete (admin, agent_manager)

Response

boolean
Indicates if the deletion was successful.
string
Human-readable success message.

Errors

object
Tool not found.
object
Tool belongs to different organization.
object
Cannot delete tool - it is attached to agents. Detach it first.