How Do I Delete a User on My Server Installation?

Sometimes it is necessary to remove users from your private installation of CircleCI. To do this, SSH into the services instance and run the following:

circleci dev-console
(circle.http.api.admin-commands.user/delete-by-login-vcs-type! "github-username-of-user" :github)
Was this article helpful?
0 out of 5 found this helpful

Comments

0 comments

Article is closed for comments.