Delete 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/wireless/mcp

Standard setup for AI tools providing an mcp.json file

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

Capabilities and restrictions for SIMs

Path parameters

  • Sid string Required

    The SID of the RatePlan resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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