Revoke a Client Session

Revokes a client session.

Note that deleting a client session is a separate action.

Revokes a client session.

Code

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

Output

// void
Authentication Methods
  • API key

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

To learn more, see Authentication.

Request Parameters

client_session_id String (Required)

ID of the client session that you want to revoke.


Response

void

Last updated

Was this helpful?