---
title: "Cancel a Pending Journal"
method: DELETE
path: "/v1/journals/{journal_id}"
tags: ["Journals"]
---

# Cancel a Pending Journal

`DELETE /v1/journals/{journal_id}`

You can only delete a journal if the journal is still in a pending state, if a journal is executed you will not be able to delete. The alternative is to create a mirror journal entry to reverse the flow of funds.

## Response `204`

The cancel request succeeded. (No-content)

## Other responses

- `404` — The journal is not found.
- `422` — The journal is not in the pending status.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
