Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/account.ts>Account#deleteSession

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.deleteSession
import { Account } from "https://deno.land/x/appwrite@0.4.0/src/services/account.ts";

Delete Account Session

Use this endpoint to log out the currently logged in user from all their account sessions across all of their different devices. When using the option id argument, only the session unique ID provider will be deleted.

Type Parameters

T extends unknown

Parameters

sessionId: string

Returns

Promise<T>