await seam.clientSessions.revoke({
client_session_id: "4271352c-6894-4367-8f52-41d565c48f13",
});
/*
// void
*/{}Client Sessions
Revoke a Client Session
Revokes a client session.
Note that deleting a client session is a separate action.
POST
/
client_sessions
/
revoke
await seam.clientSessions.revoke({
client_session_id: "4271352c-6894-4367-8f52-41d565c48f13",
});
/*
// void
*/{}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 revoke.
Response
OK
The response is of type object.
Was this page helpful?