Remove an existing address configuration

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

Address Configuration resource manages the configurations related to a unique address within Conversations

Remove an existing address configuration

Path parameters

  • Sid string Required

    The SID of the Address Configuration resource. This value can be either the sid or the address of the configuration

Responses

  • 204

    The resource was deleted successfully.

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