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