Skip to main content
DELETE
/
bank_accounts
/
{bank_account}
Delete a bank account
curl --request DELETE \
  --url https://sandbox.nmbr.co/services/payroll/bank_accounts/{bank_account} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

bank_account
string
required

Response

204

No Content