---
title: "Bulk delete pay stubs"
method: POST
path: "/pay_stubs/bulk/delete"
tags: ["Pay Stubs"]
---

# Bulk delete pay stubs

`POST /pay_stubs/bulk/delete`

Bulk-delete the pay stubs under the given payroll matching the selection criteria. The payroll must be in `draft` status.

## Request body

- object
  - `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).
    - `exclude` object
      - `ids` string[]
      - `payee_type` 'contractor' | 'employee'
      - `work_assignment_ids` string[]

## Response `202`

Accepted

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/revisions/01cd9c45a923/schema)
