> ## 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.

# disable

> Disable passkeys (WebAuthn) authentication

## Import

```ts theme={null}
import { disable } from '@rhinestone/sdk/actions/passkeys'
```

## Usage

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

## Returns

<ResponseField name="call" type="LazyCallInput">
  Calls to disable passkeys authentication
</ResponseField>
