method Account.prototype.deleteSessionsRe-exportimport { Account } from "https://deno.land/x/appwrite@6.0.0/mod.ts"; deleteSessions(): Promise<Response>Delete All Account Sessions Delete all sessions from the user account and remove any sessions cookies from the end client. ReturnsPromise<Response>