Supabase Auth

sb_delete_user

Delete a user from Supabase Auth. This permanently removes the user and all their auth data.

Remote node2flow/supabase

Other tools also called sb_delete_user? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "user_id": {
      "type": "string",
      "description": "User UUID to delete"
    }
  }
}