deleteUser

Permanently deletes a User. It cannot be undone.

DELETE/v1/chat/users/{id}

Authorization

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

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias

Path parameters

idstringrequired
User ID

Response

Returns the User object that was deleted