Delete wireless rate plan

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"preview MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/preview/mcp"
}
Close
DELETE /wireless/RatePlans/{Sid}

Path parameters

  • Sid string Required

Responses

  • 204

    The resource was deleted successfully.

DELETE /wireless/RatePlans/{Sid}
curl \
 --request DELETE 'https://preview.twilio.com/wireless/RatePlans/{Sid}' \
 --user "username:password"