Skip to main content
DELETE
/
servers
/
{id}
/
resources
/
{resourceID}
Delete MCP Server Resource Association
curl --request DELETE \
  --url https://api.example.com/servers/{id}/resources/{resourceID} \
  --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

resourceID
string
required

Resource ID to disassociate

Response

204

Resource association deleted