Remove a participant from the conversation

DELETE /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Participants/{Sid}

A Service Participant resource represents a member of the conversation within a specific service.

Remove a participant from the conversation

Headers

Path parameters

Responses

  • 204

    The resource was deleted successfully.

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"