DELETE
/
funding
/
linking
/
{account_id}
/
{ach_id}
Query
curl --request DELETE \
  --url https://sandbox.featherhq.com/funding/linking/{account_id}/{ach_id}
{
  "message": "<string>",
  "status_code": 123
}

Query Parameters

account_id
string
required

The account ID to identify the bank account to delete

bank_name
string
required

The name of the bank associated with the account

routing_number
string
required

The routing number of the bank account

account_number
string
required

The account number to identify the bank account

bank_account_type
enum<string>
required

The type of bank account (e.g., C)

Available options:
C,
S

Response

200 - application/json
message
string
status_code
integer