> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke

> Revokes the current member session, signing the member out on the backend and clearing local session state. Calls the `POST /sdk/v1/b2b/sessions/revoke` endpoint.

## Returns

<ResponseField name="requestId" type="String" required />

<ResponseField name="statusCode" type="Int" required />

<RequestExample>
  ```swift theme={null}
  let response = try await StytchB2B.sessions.revoke()
  ```
</RequestExample>
