Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Logs out the current client session.
  • This function clears the specified session and removes any associated key pairs from storage.
  • If a sessionKey is provided, it logs out from that session; otherwise, it logs out from the active session.
  • Cleans up any api keys associated with the session.

Package: core

Defined in: clients/core.ts:397

params
LogoutParams
A successful response returns the following fields:
returns
void
required
A promise that resolves when the logout process is complete.