Delete channel sender

DELETE /v1/Services/{MessagingServiceSid}/ChannelSenders/{Sid}

A Messaging Service resource to read, fetch all Channel Senders associated with a Messaging Service.

Path parameters

  • MessagingServiceSid string Required

    The SID of the Service to delete the resource from.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^MG[0-9a-fA-F]{32}$.

  • Sid string Required

    The SID of the Channel Sender resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{MessagingServiceSid}/ChannelSenders/{Sid}
curl \
 --request DELETE 'https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/ChannelSenders/{Sid}' \
 --user "username:password"