Suggest Edits To delete a bank account, this API requires two path parameters:Documentation Index
Fetch the complete documentation index at: https://docs.ach.netevia.com/llms.txt
Use this file to discover all available pages before exploring further.
- aggregator_type: Specifies the source type of the account’s aggregator.
- account_uuid: The unique identifier associated with the subscribed bank account.
This route is secured with processor and vendor token authentication.
Endpoint
DELETE /3p/api/v2/bank-accounts/{aggregator_type}/{account_uuid}Path Parameter
| Fields | Type | Is Required | Description |
|---|---|---|---|
| aggregator_type | string | Yes | Possible values: bank_link manual plaid |
| account_uuid | string | The bank account uuid |
