Cancel the HostedNumberOrder (only available when the status is in `received`).

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 /HostedNumbers/HostedNumberOrders/{Sid}

Cancel the HostedNumberOrder (only available when the status is in received).

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this HostedNumberOrder.

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

Responses

  • 204

    The resource was deleted successfully.

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