Skip to main content
DELETE
/
accounting_codes
/
{accounting_code}
Delete an accounting code
curl --request DELETE \
  --url https://sandbox.nmbr.co/services/payroll/accounting_codes/{accounting_code} \
  --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

accounting_code
string
required

Response

204

No Content