Skip to main content
DELETE
/
servers
/
{id}
/
tools
/
{toolID}
Delete MCP Server Tool Association
curl --request DELETE \
  --url https://api.example.com/servers/{id}/tools/{toolID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and your token (e.g., 'Bearer ${HASMCP_ACCESS_TOKEN}').

Path Parameters

id
string
required

MCP Server ID

toolID
string
required

Response

204

Tool association deleted