# Delete a specific User Conversation. **DELETE /v1/Users/{UserSid}/Conversations/{ConversationSid}** Delete a specific User Conversation. A User Conversation resource represents a conversation of the user belonging to a default conversation service. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **UserSid** (string) The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. - **ConversationSid** (string) The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)