Performs a DELETE on the table.
Delete()
await supabase .From<City>() .Where(x => x.Id == 342) .Delete();