Remove a participant from the conversation
A Participant resource represents a member of the conversation.
Remove a participant from the conversation
Headers
-
X-Twilio-Webhook-Enabled string
The X-Twilio-Webhook-Enabled HTTP request header
Values are
true
orfalse
.
Path parameters
-
The unique ID of the Conversation for this participant.
-
A 34 character string that uniquely identifies this resource.
DELETE /v1/Conversations/{ConversationSid}/Participants/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Participants/{Sid} \
--user "username:password" \
-H "X-Twilio-Webhook-Enabled: true"