Skip to main content
DELETE
/
conversations
/
{id}
Delete conversation by ID.
curl --request DELETE \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/conversations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<any>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

200 - application/json

Success

data
any[]