Deleting users
Clerk currently supports deleting users through our backend API.
The deleteUser()
method takes a single argument: the user ID of the user you want to delete. It can be accessed from the users
sub-api of the clerkClient
instance.
Feedback
Last updated on