cURL
curl --request DELETE \ --url https://api.veryfront.com/conversations/{id}/participants/{userId} \ --header 'Authorization: Bearer <token>'
Removes a user from the conversation
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Conversation ID
User ID to remove
Participant removed