Remove a participant from the conversation
A Service Participant resource represents a member of the conversation within a specific service.
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 SID of the Conversation Service the Participant resource is associated with.
-
The unique ID of the Conversation for this participant.
-
A 34 character string that uniquely identifies this resource.
DELETE /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid} \
--user "username:password" \
-H "X-Twilio-Webhook-Enabled: true"