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

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

MCP Server ID

toolID
string
required

Response

204

Tool association deleted