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

# Island Bank Withdraw

> Withdraws currency from the island bank.

The `island_bank_withdraw` action takes money from the island's shared bank account.

## Configuration

<ResponseField name="island_bank_withdraw" type="Map" required>
  Configuration for the action.

  <Expandable title="Properties">
    <ResponseField name="id" type="String">
      Optional unique identifier.
    </ResponseField>

    <ResponseField name="amount" type="Double">
      The amount to withdraw. Default is `0.0`.
    </ResponseField>
  </Expandable>
</ResponseField>
