Skip to main content
DELETE
/
servers
/
{id}
/
prompts
/
{promptID}
Delete MCP Server Prompt Association
curl --request DELETE \
  --url https://api.example.com/servers/{id}/prompts/{promptID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and your token (e.g., 'Bearer ${HASMCP_ACCESS_TOKEN}').

Path Parameters

id
string
required

MCP Server ID

promptID
string
required

Prompt ID to disassociate

Response

204

Prompt association deleted