Skip to main content
POST
/
employee_benefit_line_items
/
batch
/
delete
Batch delete employee benefit line items
curl --request POST \
  --url https://sandbox.nmbr.co/services/payroll/employee_benefit_line_items/batch/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
[
  "<id>",
  "<id>"
]
'

Authorizations

Authorization
string
header
required

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

Body

application/json
Required array length: 1 - 100 elements

Response

202

Accepted