Skip to main content
DELETE
/
conversations
/
{conversation_id}
/
participants
/
{user_id}
Remove Participant
curl --request DELETE \
  --url https://api.veryfront.com/conversations/{conversation_id}/participants/{user_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string<uuid>
required
user_id
string<uuid>
required

User ID to remove

Response

204

Participant removed