---
title: "Deletes a credit memo"
method: DELETE
path: "/credit-memos/{credit_memo_id}"
tags: ["Credit Memos"]
---

# Deletes a credit memo

`DELETE /credit-memos/{credit_memo_id}`

Removes a credit memo that should no longer affect AR balances, typically while it is still draft or unused.
Confirm no invoice applications or downstream revenue adjustments depend on this memo before calling delete.

## Path parameters

- `credit_memo_id` string, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/rillet/apis/rillet-accounting-api.md) · [All operations](https://skmtc.net/rillet/apis/rillet-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rillet/rillet-accounting-api/revisions/a2ab794dd5f2/schema)
