> ## 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 Remove Default

> Cannot remove the default financial account or payout card

## Cause

Cannot remove the default financial account or payout card.

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

* [Remove business payout card](/api-reference/businesses/remove-business-payout-card)
* [Remove a business financial account](/api-reference/businesses/remove-a-business-financial-account)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/cannotRemoveDefault",
  "title": "Cannot Remove Default",
  "status": 409,
  "detail": "Cannot remove the default financial account or payout card."
}
```
