Delete destination alpha sender
A Messaging Service resource to add, fetch or remove Destination and Default Alpha Sender IDs from a Messaging Service. Destination Alpha Sender can send to a particular ISO country code. Default Alpha Senders can send to all countries.
Path parameters
-
The SID of the Service to delete the resource from.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^MG[0-9a-fA-F]{32}$
. -
The SID of the AlphaSender resource to delete.
DELETE
/v1/Services/{ServiceSid}/DestinationAlphaSenders/{Sid}
curl \
--request DELETE 'https://messaging.twilio.com/v1/Services/{ServiceSid}/DestinationAlphaSenders/{Sid}' \
--user "username:password"