From d803159a650662c1c6349ff4a56df09160f4f8e0 Mon Sep 17 00:00:00 2001 From: Sarah Soutoul Date: Wed, 26 Nov 2025 15:35:35 -0600 Subject: [PATCH] Add callout for bulk deletion --- docs/guides/users/managing.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/users/managing.mdx b/docs/guides/users/managing.mdx index e817f5365d..8a64139d8c 100644 --- a/docs/guides/users/managing.mdx +++ b/docs/guides/users/managing.mdx @@ -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**.