Skip to main content
DELETE
/
wp-json
/
getmcp
/
v1
/
servers
/
{server_id}
/
prompts
/
{id}
curl --request DELETE \
     --url https://yoursite.com/wp-json/getmcp/v1/servers/1/prompts/2 \
     --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
integer
required
The numeric ID of the server.
id
integer
required
The numeric ID of the prompt to delete.
curl --request DELETE \
     --url https://yoursite.com/wp-json/getmcp/v1/servers/1/prompts/2 \
     --header 'Authorization: Bearer gmcp_your_api_key'
{
  "deleted": true
}