---
title: "Delete accounting entries in bulk"
method: DELETE
path: "/accountingentries/{companyId}"
tags: ["AccountingEntries"]
---

# Delete accounting entries in bulk

`DELETE /accountingentries/{companyId}`

Deletes several accounting entries in a single call, identified by `customId`. The call returns `200` immediately — even for `customId` values that do not match any existing entry — and entries may still briefly appear in `GET` results right after deletion.

## Path parameters

- `companyId` string, required

## Request body

- BulkDeleteAccountingEntriesRequestSchema
  - `data` DeleteAccountingEntriesRequestSchema[], required — Accounting entries to delete, identified by `customId`.
    - `customId` string, required — Custom ID of the accounting entry to delete.

## Response `200`

Successful Response

- BulkModifyAccountingEntriesResponseSchema
  - `data` ModifyAccountingEntriesResponseSchema[], required — Result of the bulk operation, one entry per accounting entry.
    - `id` string, required — Embat resource ID

## Other responses

- `401` — Unauthorized. The bearer token is missing, invalid or expired.
- `404` — Not found. The requested resource or `companyId` does not exist.
- `422` — Validation Error
- `500` — Unexpected error. Contact support if it persists.

---

[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/revisions/6fd4a79f8f74/schema)
