Delete room

Delete an existing room and all its conversations

POST
/conversations/DeleteRoom
AuthorizationBearer <token>

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

In: header

Delete room input

roomIdstring

Response Body

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