Allows to cancel a port in request phone number by SID

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"numbers_v1 MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/numbers_v1/mcp"
}
Close
DELETE /v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid}

Allows to cancel a port in request phone number by SID

Path parameters

  • PortInRequestSid string Required

    The SID of the Port In request. This is a unique identifier of the port in request.

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

  • PhoneNumberSid string Required

    The SID of the Port In request phone number. This is a unique identifier of the phone number.

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid}
curl \
 --request DELETE 'https://numbers.twilio.com/v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid}' \
 --user "username:password"