---
title: "Delete Expense Note"
method: DELETE
path: "/expenses/{expense_id}/notes/{note_id}"
tags: ["Expense Notes"]
---

# Delete Expense Note

`DELETE /expenses/{expense_id}/notes/{note_id}`

Delete Expense Note

## Path parameters

- `expense_id` integer, required
- `note_id` integer, required

## Response `200`

Resource has been deleted successfully.

- object
  - `message` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

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