# Delete channel **DELETE /v2/Services/{ServiceSid}/Channels/{Sid}** Channels represent chat rooms ## 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 resource from. - **Sid** (string) The SID of the Channel resource to delete. This value can be either the `sid` or the `unique_name` of the Channel resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)