Skip to main content
POST
/
client_sessions
/
revoke
await seam.clientSessions.revoke({
  client_session_id: "4271352c-6894-4367-8f52-41d565c48f13",
});

/*
// 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 revoke.

Response

OK

ok
boolean
required