Remove a participant from the conversation

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

A Participant resource represents a member of the conversation.

Remove a participant from the conversation

Headers

Path parameters

  • ConversationSid string Required

    The unique ID of the Conversation for this participant.

  • Sid string Required

    A 34 character string that uniquely identifies this resource.

Responses

  • 204

    The resource was deleted successfully.

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"