v1

latestOpenAPI 3.0.02026-07-224537337.5 KB

Delete a Bank Account

Delete a bank account by its ID.

delete/v2/bank-account/{id}

Path parameters

idstring required
Example:bankAccount_ce745ef7f3df4b9a8bff1301ce24b045

The bank account ID

Response

okboolean required

Indicates whether the deletion was successful

Example response

{
  "ok": true
}