Delete user binding

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/ip_messaging/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Ip messaging MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/ip_messaging/mcp"
}
Close
DELETE /v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}

TODO: Resource-level docs

Path parameters

  • ServiceSid string Required

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

  • UserSid string Required
  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}
curl \
 --request DELETE 'https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Users/{UserSid}/Bindings/{Sid}' \
 --user "username:password"