Skip to main content
POST
/
client_sessions
/
delete
await seam.clientSessions.delete({
  client_session_id: "d149de35-cfad-46fe-a78e-f71f649e7a37",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
client_session_id
string<uuid>
required

ID of the client session that you want to delete.

Response

OK

ok
boolean
required