> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/mutations/refund-reason-reference-clear

# refundReasonReferenceClear Mutation

Updates RefundSettings. The `Page` (Model) Type will be cleared from `reasonReferenceType`. When it's cleared, passing reason reference to refund mutations is no longer accepted and will raise error.

Added in Saleor 3.22.

Requires the MANAGE\_SETTINGS permission.

```graphql
refundReasonReferenceClear: RefundReasonReferenceTypeClear
```

Details

```graphql
type RefundReasonReferenceTypeClear {
  refundSettings: RefundSettings!
  refundSettingsErrors: [RefundReasonReferenceTypeClearError!]! @deprecated
  errors: [RefundReasonReferenceTypeClearError!]!
}
```

<a id="type"></a>

### Type

<a id="refundreasonreferencetypeclear"></a>

#### [`RefundReasonReferenceTypeClear`](/api-reference/orders/objects/refund-reason-reference-type-clear.md)

Updates RefundSettings. The `Page` (Model) Type will be cleared from `reasonReferenceType`. When it's cleared, passing reason reference to refund mutations is no longer accepted and will raise error.

Added in Saleor 3.22.

Requires the MANAGE\_SETTINGS permission.
