---
title: "Delete reconciling item"
method: DELETE
path: "/reconcilingitems/{companyId}/{customId}"
tags: ["ReconcilingItems"]
---

# Delete reconciling item

`DELETE /reconcilingitems/{companyId}/{customId}`

Deletes a reconciling item by `customId`. The call returns `200` even if no item matches the given `customId` — deletion is idempotent and the response does not indicate whether an item was actually removed.

## Path parameters

- `customId` string, required
- `companyId` string, required

## Response `200`

Successful Response

- ModifyReconcilingItemsResponseSchema
  - `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)
