Skip to main content
DELETE
/
wp-json
/
getmcp
/
v1
/
servers
/
{id}
curl --request DELETE \
     --url https://yoursite.com/wp-json/getmcp/v1/servers/836995ae-1cff-41ec-823e-a4f07ccca3a0 \
     --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.

Deleting a server permanently removes all associated tools, resources, prompts, API keys, sessions, and call logs for that server. This action cannot be undone.

Path Parameters

id
string
required
The UUID of the server to delete (e.g. 836995ae-1cff-41ec-823e-a4f07ccca3a0). 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 \
     --header 'Authorization: Bearer gmcp_your_api_key'
{
  "deleted": true
}