Delete phone number
A Messaging Service resource to add, fetch or remove phone numbers from a Messaging Service.
Path parameters
-
The SID of the Service to delete the resource from.
-
The SID of the PhoneNumber resource to delete.
DELETE /v1/Services/{ServiceSid}/PhoneNumbers/{Sid}
curl \
-X DELETE https://messaging.twilio.com/v1/Services/{ServiceSid}/PhoneNumbers/{Sid} \
--user "username:password"