Remove a conversation service with all its nested resources from your account

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/Services/{Sid}

A Service resource is a top-level conversation resource container that serves as a data silo.

Remove a conversation service with all its nested resources from your account

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this resource.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^IS[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{Sid}
curl \
 --request DELETE 'https://conversations.twilio.com/v1/Services/{Sid}' \
 --user "username:password"