Skip to main content
DELETE
/
wp-json
/
getmcp
/
v1
/
servers
/
{server_id}
/
tools
/
{id}
curl --request DELETE \
     --url https://yoursite.com/wp-json/getmcp/v1/servers/836995ae-1cff-41ec-823e-a4f07ccca3a0/tools/5376af81-6bb8-4b01-800c-508d7672e394 \
     --header 'Authorization: Bearer gmcp_your_api_key'
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.getmcp.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

server_id
string
required
The UUID of the server the tool belongs to (e.g. 836995ae-1cff-41ec-823e-a4f07ccca3a0). Numeric IDs are also accepted for backwards compatibility.
id
string
required
The UUID of the tool to delete (e.g. 5376af81-6bb8-4b01-800c-508d7672e394). Numeric IDs are also accepted for backwards compatibility.
curl --request DELETE \
     --url https://yoursite.com/wp-json/getmcp/v1/servers/836995ae-1cff-41ec-823e-a4f07ccca3a0/tools/5376af81-6bb8-4b01-800c-508d7672e394 \
     --header 'Authorization: Bearer gmcp_your_api_key'
{
  "deleted": true
}