Allows to cancel a port in request phone number by SID
Allows to cancel a port in request phone number by SID
Path parameters
-
The SID of the Port In request. This is a unique identifier of the port in request.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^KW[0-9a-fA-F]{32}$
. -
The SID of the Port In request phone number. This is a unique identifier of the phone number.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^PU[0-9a-fA-F]{32}$
.
DELETE
/v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid}
curl \
--request DELETE 'https://numbers.twilio.com/v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid}' \
--user "username:password"