DELETE
/
3p
/
api
/
v2
/
bank-accounts
/
{aggregator_type}
/
{account_uuid}
{
  "status": true,
  "message": "Bank account deleted successfully",
  "data": null,
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

aggregator_type
enum<string>
required

The type of the bank aggregator

Available options:
plaid,
manual,
bank_link
account_uuid
string
required

The UUID of the bank account

Response

200
application/json
Bank account deleted successfully
status
boolean
Example:

true

message
string
Example:

"Bank account deleted successfully"

data
string
Example:

null

errors
string
Example:

null

error_code
string
Example:

null