Delete customer by ID. Attached profile and all customer data (messages, activities, etc) will be deleted. Deletion will be logged. See deletion log.
cURL
curl --request DELETE \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/customers/{id} \ --header 'Authorization: Bearer <token>'
{ "data": [ "<unknown>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success