Funding Endpoints
Delete ACH instruction
Delete an ACH instruction. The ACH instruction will be deleted and the
account will be unlinked from the ACH instruction.
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
requiredThe account ID to identify the bank account to delete
bank_name
string
requiredThe name of the bank associated with the account
routing_number
string
requiredThe routing number of the bank account
account_number
string
requiredThe account number to identify the bank account
bank_account_type
enum<string>
requiredThe type of bank account (e.g., C)
Available options:
C
, S
Response
200 - application/json
message
string
status_code
integer
curl --request DELETE \
--url https://sandbox.featherhq.com/funding/linking/{account_id}/{ach_id}
{
"message": "<string>",
"status_code": 123
}