Delete a Client Session

Deletes a client session.

Deletes a client session.

Code

await seam.clientSessions.delete({
  client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37",
});

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 delete.


Response

void

Last updated

Was this helpful?