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

# Disable a funding account

> Disable an active funding account and its active payment details

## Overview

Disable an active funding account. Already disabled accounts return the current resource without emitting another `funding_account.disabled` webhook.

## Authentication

<ParamField header="X-Api-Key" type="string" required>
  Your merchant API key
</ParamField>

<ParamField header="X-Idempotency-Key" type="string" required>
  Unique idempotency key for request deduplication
</ParamField>

## Path Parameters

<ParamField path="id" type="string" required>
  Funding account ID.
</ParamField>

## Request Example

```bash theme={null}
curl --request POST \
  --url https://api.daya.co/v1/funding-accounts/750e8400-e29b-41d4-a716-446655440000/disable \
  --header 'X-Api-Key: YOUR_API_KEY' \
  --header 'X-Idempotency-Key: disable-funding-account-001'
```

## Response

Returns the funding account object with `status: DISABLED`.
