Remove conversation participant

Remove a participant from a conversation

POST
/conversations/RemoveConversationParticipant
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Remove participant input

conversationIdstring
participantIdstring
roomIdstring

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/conversations/RemoveConversationParticipant" \  -H "Content-Type: application/json" \  -d '{    "conversationId": "string",    "participantId": "string",    "roomId": "string"  }'
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}