action appwrite_account_delete_sessions { label: "Delete All Account Sessions" description: "Delete all sessions from the user account and remove any sessions cookies from the end client." provider: appwrite method: DELETE path: "/account/sessions" encoding: json output: { type: "object" additionalProperties: true } }