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

# RevokeSpendPermissionOptions

```ts theme={null}
type RevokeSpendPermissionOptions = Omit<CoreRevokeSpendPermissionOptions, "evmSmartAccount"> & {
  evmSmartAccount?: EvmAddress;
};
```

Options for the useRevokeSpendPermission hook.

## Type declaration

| Name               | Type                                                                                   |
| ------------------ | -------------------------------------------------------------------------------------- |
| `evmSmartAccount?` | [`EvmAddress`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/Type-Aliases/EvmAddress) |

## Param

The EVM Smart Account to revoke the spend permission for.

## Param

The network to revoke the spend permission on.

## Param

The hash of the spend permission to revoke.

## Param

Whether to use the CDP Paymaster for the user operation.

## Param

The paymaster URL for the spend permission.
