---
title: "POST /api/notes/{note}/trash"
method: POST
path: "/api/notes/{note}/trash"
tags: ["note-controller"]
---

# POST /api/notes/{note}/trash

`POST /api/notes/{note}/trash`

## Path parameters

- `note` integer, required

## Request body

- NoteTrashDTO
  - `referenceHandling` 'REMOVE_FROM_PROPERTIES' | 'LEAVE_DEAD_LINKS', required

## Response `200`

OK

## Changes

- **2026-09-17** `b6752e12d16f` — 1 breaking, 1 warning
  - removed the enum value `REDUCE_TO_SOURCE_PROPERTY` of the request property `referenceHandling`
  - removed the request property `sourcePropertyKey`
- **2026-09-13** `370013d86c63` — 1 warning
  - removed the optional property `note/deletedAt` from the response with the `200` status
- **2026-09-13** `6d3abf38fab7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notes/:note/trash/post.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/revisions/761d42f61982?raw)
