Delete a session by its ID
await client.store.deleteSession("SESSION_ID");
The session ID to delete
Was this page helpful?