Delete channel sender
A Messaging Service resource to read, fetch all Channel Senders associated with a Messaging Service.
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 Channel Sender resource to delete.
DELETE
/v1/Services/{MessagingServiceSid}/ChannelSenders/{Sid}
curl \
--request DELETE 'https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/ChannelSenders/{Sid}' \
--user "username:password"