await seam.clientSessions.delete({
client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37",
});
/*
// void
*/{}Client Sessions
Delete a Client Session
Deletes a client session.
DELETE
/
client_sessions
/
delete
await seam.clientSessions.delete({
client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37",
});
/*
// void
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the client session that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?