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

Path Parameters

id
integer
required
The numeric ID of the tool to delete.
curl -X DELETE \
  -H "Authorization: Bearer gmcp_your_api_key" \
  "https://yoursite.com/wp-json/getmcp/v1/tools/5"
{
  "deleted": true
}