await seam.clientSessions.delete({
client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37",
});
/*
// void
*/
{
"ok": true
}Client Sessions
Delete a Client Session
Deletes a client session.
POST
/
client_sessions
/
delete
await seam.clientSessions.delete({
client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37",
});
/*
// void
*/
{
"ok": true
}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the client session that you want to delete.
Response
OK

