---
title: "journal-entry/delete"
method: POST
path: "/journal-entry/delete"
tags: ["Journal Entry Endpoints"]
---

# journal-entry/delete

`POST /journal-entry/delete`

This endpoint allows you to delete journal entry that was previously saved the VoPay platform.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `JournalEntryID` integer, required — The unique ID of the journal entry that was deleted.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
