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

# Cannot Unset Default Financial Account

> Cannot unset the default financial account without setting another as default

## Cause

Cannot unset the default financial account without setting another as default.

## Fix

Set a different account as default first.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Update a business financial account](/api-reference/businesses/update-a-business-financial-account)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/cannotUnsetDefaultFinancialAccount",
  "title": "Cannot Unset Default Financial Account",
  "status": 422,
  "detail": "Cannot unset the default financial account without setting another as default."
}
```
