Remove a conversation user 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/Users/{Sid}

A User resource represents a conversation user belonging to a default conversation service.

Remove a conversation user 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

    The SID of the User resource to delete. This value can be either the sid or the identity of the User resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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