How to permanently delete a user in Mattermost cloud workspace

By default the behavior of Mattermost is to deactivate users.  If would like to delete a user from an instance entirely you may do the following:

Enable permanent user delete using mmctl

1.  Authenticate to your Mattermost instance using mmctl

2.  Run mmctl config set ServiceSettings.EnableAPIUserDeletion true

Delete the user using their email

1.  Authenticate to your Mattermost instance using mmctl

2. Run mmctl user delete your@user.com

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.