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

# session.revoke

> Ends this session.

```ts theme={null}
revoke(options?: RequestOptions): Promise<void>
```

## Example

```ts theme={null}
await session.revoke();
```
