---
title: "Delete Operator Payment Batch"
method: DELETE
path: "/api/operator-payments/batch"
tags: ["operator-payments"]
---

# Delete Operator Payment Batch

`DELETE /api/operator-payments/batch`

Delete multiple operator payments in batch for admin

## Request body

- OperatorPaymentBatchDeleteRequest
  - `ids` string[] — List of payment UUIDs (max 30)

## Response `200`

Successful Response

- OperatorPaymentBatchDeleteResponse
  - `deleted_ids` string[]
  - `failed` OperatorPaymentBatchFailure[]
    - `id` string, uuid, required
    - `status` integer, required
    - `detail` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
