Allows to cancel a port in request phone number by SID

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"