Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
Seam SDK
await seam.clientSessions.revoke({ client_session_id: "4271352c-6894-4367-8f52-41d565c48f13", }); /* // void */
{ "ok": true }
Revokes a client session.
Note that deleting a client session is a separate action.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the client session that you want to revoke.
OK