---
title: "Delete Credit Memo"
method: DELETE
path: "/coa/api/v1/credit-memo/{id}"
tags: ["Accounts Receivable"]
---

# Delete Credit Memo

`DELETE /coa/api/v1/credit-memo/{id}`

Permanently deletes an accounting credit memo and all associated data from the system.

        This endpoint performs a complete removal of the credit memo including:
        - Complete credit memo record deletion with all line items
        - Automatic journal entry removal and accounting transaction cleanup

        **Accounting Impact:**
        - Associated journal entries are automatically deleted to maintain accounting integrity
        - Exchange rate records and multi-currency data are cleaned up

        **Restrictions:**
        - Credit memos that have been applied to invoices cannot be deleted
        - Credit memos in closed accounting periods may have deletion restrictions
        - Consider the impact on historical financial reporting

## Path parameters

- `id` integer, required

## Response `204`

No response body

---

[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/versions/6945ebc3180e/schema)
