---
title: "Bulk delete journal entries"
method: DELETE
path: "/books/journal-entries/{booksId}"
tags: ["Books"]
---

# Bulk delete journal entries

`DELETE /books/journal-entries/{booksId}`

## Path parameters

- `booksId` string, uuid, required

## Request body

- DeleteBooksAPIJournalEntriesRequest — Request to delete journal entries.
  - `journalEntryIds` string[], required — A list of journal entry ids to delete

## Response `200`

- unknown[]
  - unknown

## Other responses

- `400` — Invalid `body`
- `404` — `booksId` not found

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/revisions/0bdf4a496e03/schema)
