# Delete message **DELETE /v1/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}** Individual chat messages ## Servers - https://chat.twilio.com: https://chat.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. - **ChannelSid** (string) The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to delete belongs to. Can be the Channel resource's `sid` or `unique_name`. - **Sid** (string) The Twilio-provided string that uniquely identifies the Message resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)