Skip to main content
DELETE
/
wp-json
/
getmcp
/
v1
/
servers
/
{server_id}
/
resources
/
{id}
curl -X DELETE \
  -H "Authorization: Bearer gmcp_your_api_key" \
  "https://yoursite.com/wp-json/getmcp/v1/servers/1/resources/3"
{
  "deleted": true
}

Path Parameters

server_id
integer
required
The numeric ID of the server.
id
integer
required
The numeric ID of the resource to delete.
curl -X DELETE \
  -H "Authorization: Bearer gmcp_your_api_key" \
  "https://yoursite.com/wp-json/getmcp/v1/servers/1/resources/3"
{
  "deleted": true
}