Allows to cancel a port in request by SID

DELETE /v1/Porting/PortIn/{PortInRequestSid}

Allows to cancel a port in request 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}$.

Responses

  • 204

    The resource was deleted successfully.

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