Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/guides/users/managing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ To create a user programmatically, you can either [make a request directly to Cl

You can delete users either [in the Clerk Dashboard](#in-the-clerk-dashboard-3) or [programmatically](#programmatically-3).

> [!IMPORTANT]
> Bulk deletion of users cannot currently be done through the Clerk Dashboard or programmatically. If you need to bulk delete users, please [contact support](/contact/support){{ target: '_blank' }}.

### In the Clerk Dashboard

To delete a user in the Clerk Dashboard, navigate to the [**Users**](https://dashboard.clerk.com/~/users) page. You can either select the user and then in the side navigation menu, select **Delete user**, or select the menu icon on the right side of the user's row and select **Delete user**.
Expand Down