Skip to main content
DELETE
/
agents
/
{agentId}
/
tools
/
{toolId}
Error
A valid request URL is required to generate request examples
{
  "message": "Tool detached from agent successfully"
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

agentId
string<uuid>
required

Agent ID

toolId
string<uuid>
required

Tool ID

Response

200 - application/json

Tool detached successfully

message
string
Example:

"Tool detached from agent successfully"