Can't delete Users, no errors

Trying to delete users from auth.users via dashboard (UI & SQL Editor) results in success messages but, after refreshing they just return.

Tried clicky clicky via UI and using the following queries from the SQL Editor

DELETE FROM auth.users CASCADE WHERE id = '0247b05d-dd45-4b3b-a9ce-ac8f00fabe9a';


DELETE FROM auth.users CASCADE;


Talking about hosted supabase on the free plan, we wan't to adopt supabase for our startup.
Was this page helpful?