cURL
curl --request DELETE \ --url https://api.veryfront.com/conversations/{conversation_id}/participants/{user_id} \ --header 'Authorization: Bearer <token>'
Removes a participant from a conversation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User ID to remove
Participant removed