From b1dbda1ad7ff6081adec79857be6e5b4e7f6e0b5 Mon Sep 17 00:00:00 2001 From: John Akindipe Date: Fri, 29 May 2026 22:44:30 +0100 Subject: [PATCH] fix: include info for cli user deletion --- bootstrapping.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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