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