githubEdit

Revoke a Client Session

Revokes a client session.

Note that deleting a client sessionarrow-up-right is a separate action.

Revokes a client session.

Code:

await seam.clientSessions.revoke({
  client_session_id: "4271352c-6894-4367-8f52-41d565c48f13",
});

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

client_session_id String (Required)

ID of the client session that you want to revoke.


Response

circle-check

Last updated

Was this helpful?