---
title: "Delete Journal Entry"
method: DELETE
path: "/coa/api/journal_entry/{id}"
tags: ["Core Accounting"]
---

# Delete Journal Entry

`DELETE /coa/api/journal_entry/{id}`

Delete a journal entry and all its associated transactions.

        **Restrictions:**
        - Cannot delete entries before closed book dates

        **Response Codes:**
        - 204: Successfully deleted
        - 400: Cannot delete (books closed for this date)
        - 409: Cannot delete (associated with other objects)

## Path parameters

- `id` integer, required

## Response `204`

No response body

## Other responses

- `400`
- `409`

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/revisions/6945ebc3180e/schema)
