Bulk Terminate Sessions

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
allboolean or nullOptional

Terminate all sessions visible in the active account.

When true, ids and workspaces are ignored.

forceboolean or nullOptional
Force terminate even if the session has active leases.
idslist of strings or nullOptional
List of explicit session IDs to terminate.
session_typestring or nullOptional

Optional session type filter for all=true.

Accepted values: browser, sandbox.

workspaceslist of strings or nullOptional
List of workspace selectors whose sessions should be terminated.

Response

Bulk termination result
failedlist of objects
terminatedlist of strings

Errors