---
title: "Delete RecurringJournalEntry record"
method: DELETE
path: "/public/v1/recurring/journal-entries/{record_number}/"
tags: ["Recurring Journal Entries"]
---

# Delete RecurringJournalEntry record

`DELETE /public/v1/recurring/journal-entries/{record_number}/`

Delete a RecurringJournalEntry record.

## Path parameters

- `record_number` integer, required — The `number` attribute of the record.

## Response `200`

OK

- SuccessSchema
  - `success` true
  - `errors` object

## Other responses

- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
