Skip to main content
DELETE
/
v2
/
account
/
beneficiaries
/
bank-accounts
/
brl
/
{bank-account-id}
Delete BRL bank-account beneficiary
curl --request DELETE \
  --url https://api.example.com/v2/account/beneficiaries/bank-accounts/brl/{bank-account-id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

bank-account-id
string<uuid>
required

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK