Remove a user role 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/Roles/{Sid}

A Role resource represents a set of permissions granted to a user within a service or a conversation.

Remove a user role from your account's default service

Path parameters

  • Sid string Required

    The SID of the Role resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

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