# Remove a participant from the conversation **DELETE /v1/Conversations/{ConversationSid}/Participants/{Sid}** Remove a participant from the conversation A Participant resource represents a member of the conversation. ## 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 - **ConversationSid** (string) The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. - **Sid** (string) A 34 character string that uniquely identifies this resource. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)