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

# experimental_disable

> Disable smart sessions

<Warning>This API is experimental and may change in a future release.</Warning>

## Import

```ts theme={null}
import { experimental_disable } from '@rhinestone/sdk/actions/smart-sessions'
```

## Usage

```ts theme={null}
const transaction = await account.prepareTransaction({
  chain,
  calls: [experimental_disable()],
})
```

## Returns

<ResponseField name="call" type="LazyCallInput">
  Calls to disable smart sessions
</ResponseField>
