Skip to main content
DELETE
/
customers
/
{id}
Delete customer by ID. Attached profile and all customer data (messages, activities, etc) will be deleted. Deletion will be logged. See deletion log.
curl --request DELETE \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/customers/{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[]