# Delete member **DELETE /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}** Users joined to specific channels ## 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/chat/rest/service-resource) to delete the Member resource from. - **ChannelSid** (string) The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. - **Sid** (string) The SID of the Member resource to delete. This value can be either the Member's `sid` or its `identity` value. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)