DELETE
/
bankAccounts
/
{bankAccountId}
curl --request DELETE \
  --url https://test.onlinecheckwriter.com/api/v3/bankAccounts/{bankAccountId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Successfully deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bankAccountId
string
required

The ID of the bank account to delete.

Response

200
application/json

Bank account deleted successfully.

The response is of type object.