Skip to main content
DELETE
/
agents
/
{agent_id}
/
tools
/
{tool_id}
Remove Tool
curl --request DELETE \
  --url https://api.example.com/agents/{agent_id}/tools/{tool_id}

Path Parameters

ParameterTypeDescription
agent_idstringThe agent’s unique identifier
tool_idstringThe tool’s UUID

Response

Returns 204 No Content on success. The tool is unlinked from the agent but not deleted from the global registry.