---
title: "Delete reconciling items in bulk"
method: DELETE
path: "/reconcilingitems/{companyId}"
tags: ["ReconcilingItems"]
---

# Delete reconciling items in bulk

`DELETE /reconcilingitems/{companyId}`

Deletes several reconciling items in a single call, identified by `customId`. The call returns `200` listing every requested `customId` even if some (or all) do not match an existing item — deletion is idempotent and the response does not indicate which items were actually removed.

## Path parameters

- `companyId` string, required

## Request body

- BulkDeleteReconcilingItemsRequestSchema
  - `data` DeleteReconcilingItemsRequestSchema[], required — Reconciling items to delete, identified by `customId`.
    - `customId` string, required — Custom ID of the reconciling item to delete.

## Response `200`

Successful Response

- BulkModifyReconcilingItemsResponseSchema
  - `data` ModifyReconcilingItemsResponseSchema[], required — Result of the bulk operation, one entry per reconciling item.
    - `id` string, required — Embat resource ID

## Other responses

- `401` — Unauthorized. The bearer token is missing, invalid or expired.
- `404` — Company not found.
- `422` — Validation Error

---

[API](https://skmtc.net/embat/apis/embat-api.md) · [All operations](https://skmtc.net/embat/apis/embat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/embat/embat-api/versions/36ca48bf4489/schema)
