Skip to main content
POST
Bulk delete pay stubs

Authorizations

Authorization
string
header
required

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

Body

application/json
payroll_id
string
required

The payroll whose pay stubs to delete.

pay_stubs
object
required

The pay stub selection criteria (same grammar as bulk update).

Response

202

Accepted