import { Account } from "https://deno.land/x/appwrite@12.1.0/mod.ts";
Update status
Block the currently logged in user account. Behind the scene, the user record is not deleted but permanently blocked from any access. To completely delete a user, use the Users API instead.
Type Parameters
Preferences extends Models.Preferences
Returns
Promise<Models.User<Preferences>>