Dart Reference v2.0

Delete a user

Delete a user.

  • The deleteUser() method requires the user's ID, which maps to the auth.users.id column.
Parameters
    id
    REQUIRED
    String

    ID of the user to be deleted.


await supabase.auth.admin
    .deleteUser('715ed5db-f090-4b8c-a067-640ecee36aa0');