Delete users
There are two ways to delete users in Clerk: through the Clerk Dashboard or using the Clerk API.
Delete users in the Clerk Dashboard
To delete users in the Clerk Dashboard:
- Navigate to the Clerk Dashboard.
- In the navigation sidebar, select Users.
- 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.
Delete users using the Clerk API
To delete users using the Clerk API, you can use the deleteUser()
method from the users
sub-api of the clerkClient
instance.
Feedback
Last updated on