---
title: "Bulk delete bills"
method: POST
path: "/bills/bulk-delete"
tags: ["Bills"]
---

# Bulk delete bills

`POST /bills/bulk-delete`

Soft-delete multiple bills in a single request

## Request body

- BulkDeleteBillsInput — Bulk bill deletion request
  - `bill_ids` string[]

## Response `200`

OK

- BulkOperationReply — Bulk operation results
  - `results` BulkResultReply[]
    - `bill_id` string
    - `error_reason` string
    - `success` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
