Skip to main content
Module

x/appwrite/mod.ts>Account#updateStatus

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.updateStatus
Re-export
import { Account } from "https://deno.land/x/appwrite@10.0.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.