Delete a user
Delete a user.
- The
deleteUser()
method requires the user's ID, which maps to theauth.users.id
column.
await supabase.auth.admin
.deleteUser('715ed5db-f090-4b8c-a067-640ecee36aa0');
Delete a user.
deleteUser()
method requires the user's ID, which maps to the auth.users.id
column.
await supabase.auth.admin
.deleteUser('715ed5db-f090-4b8c-a067-640ecee36aa0');
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status