Skip to main content
DELETE
/
wallet
/
external-funding-sources
/
{external_funding_source_id}
Remove external funding source
curl --request DELETE \
  --url https://api.natural.co/wallet/external-funding-sources/{external_funding_source_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Idempotency-Key: <idempotency-key>'
{
  "data": {
    "type": "external_funding_source",
    "id": "efs_019cd3444a77776dadda2c30ff23706d",
    "attributes": {
      "bank_name": "Chase",
      "account_type": "checking",
      "last_four": "6789",
      "verification_state": "VERIFIED",
      "status": "VERIFIED",
      "created_at": "2026-01-01T00:00:00"
    },
    "relationships": {
      "party": {
        "data": {
          "type": "party",
          "id": "pty_019cd3444a77776dadda2c30ff23706d"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required

Unique key for idempotent request handling. If a request with the same key was already processed, the original response is returned.

Path Parameters

external_funding_source_id
string
required

Response

Successful Response

Single external funding source response.

data
ExternalFundingSourceResource · object
required

Resource object