Remove a conversation from your account's default service

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/conversations/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Conversations MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/conversations/mcp"
}
Close
DELETE /v1/Conversations/{Sid}

A Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.

Remove a conversation from your account's default service

Headers

  • X-Twilio-Webhook-Enabled string

    The X-Twilio-Webhook-Enabled HTTP request header

    Values are true or false.

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this resource. Can also be the unique_name of the Conversation.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Conversations/{Sid}
curl \
 --request DELETE 'https://conversations.twilio.com/v1/Conversations/{Sid}' \
 --user "username:password" \
 --header "X-Twilio-Webhook-Enabled: true"