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.delete({ client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37", }); /* // void */
{ "ok": true }
Deletes a client session.
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 delete.
OK