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

x/appwrite/mod.ts>Account#deleteSession

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.deleteSession
Re-export
import { Account } from "https://deno.land/x/appwrite@5.0.1/mod.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 Session ID argument, only the unique session ID provided is deleted.

Parameters

sessionId: string