diff --git a/bootstrapping.mdx b/bootstrapping.mdx index ab2932c..c1c8d8b 100644 --- a/bootstrapping.mdx +++ b/bootstrapping.mdx @@ -77,11 +77,15 @@ pullbasectl users list \ --role admin \ --limit 50 ``` - - -To delete a user, call `DELETE /api/v1/users/{userID}` or use the web UI. CLI deletion support is in development. - +```bash Delete a user +pullbasectl users delete \ + --server-url http://localhost:8080 \ + --admin-token $ADMIN_JWT \ + --user-id 7 \ + --delete-acct-username 'SomeAccount123' +``` + ### Web UI