Skip to main content
DELETE
/
users
/
{id}
Delete user by ID. You cannot delete last admin user.
curl --request DELETE \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.chat.voicebot.studio/llms.txt

Use this file to discover all available pages before exploring further.

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[]