Skip to main content
DELETE
/
3p
/
api
/
v2
/
bank-accounts
/
{aggregator_type}
/
{account_uuid}
Delete a bank account ( STABLE )
curl --request DELETE \
  --url https://api.grailpay.com/3p/api/v2/bank-accounts/{aggregator_type}/{account_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "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. This is provided by the GrailPay Customer Support Team

Path Parameters

aggregator_type
enum<string>
required

The type of the bank aggregator

Available options:
plaid,
manual,
bank_link
account_uuid
string<uuid>
required

The UUID of the bank account

Response

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