deleteUser
Permanently deletes a User. It cannot be undone.
DELETE
/v1/chat/users/{id}Authorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredUser ID
Response
Returns the User object that was deleted