Delete a phone-numbers belonging to the account used to make the request
Incoming phone numbers on a Twilio account/project
Delete a phone-numbers belonging to the account used to make the request.
Path parameters
-
AccountSid
string Required The SID of the Account that created the IncomingPhoneNumber resources to delete.
-
Sid
string Required The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete.
DELETE
/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json \
--user "username:password"