# Remove a conversation from your service **DELETE /v1/Services/{ChatServiceSid}/Conversations/{Sid}** Remove a conversation from your service A Service Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster. ## Servers - https://conversations.twilio.com: https://conversations.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 - **ChatServiceSid** (string) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. - **Sid** (string) A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)