Delete a specific Phone Number from a Service
TODO: Resource-level docs
Delete a specific Phone Number from a Service.
Path parameters
-
The SID of the parent Service of the PhoneNumber resource to delete.
-
The Twilio-provided string that uniquely identifies the PhoneNumber resource to delete.
DELETE /v1/Services/{ServiceSid}/PhoneNumbers/{Sid}
curl \
-X DELETE https://proxy.twilio.com/v1/Services/{ServiceSid}/PhoneNumbers/{Sid} \
--user "username:password"