# Removes User from selected Channel. **DELETE /v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}** Removes User from selected Channel. List of channels for a given user ## Servers - https://chat.twilio.com: https://chat.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **X-Twilio-Webhook-Enabled** (string) The X-Twilio-Webhook-Enabled HTTP request header ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. - **UserSid** (string) The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. - **ChannelSid** (string) The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)