Skip to main content
DELETE
/
form_batches
/
{form_batch}
Delete a form batch
curl --request DELETE \
  --url https://sandbox.nmbr.co/services/payroll/form_batches/{form_batch} \
  --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

form_batch
string
required

Response

204

No Content