Delete conversation

Delete a conversation

POST
/conversations/DeleteConversation
AuthorizationBearer <token>

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

In: header

Delete conversation input

conversationIdstring
roomIdstring

Response Body

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