v2

latestOpenAPI 3.1.02026-07-2664759910.6 KB
external
external-v2

Trash Note

Soft-delete a note by moving it to trash. Trashed notes can be restored via POST /v2/notes/{note_id}/restore. For irreversible deletion, use DELETE /v2/notes/{note_id}.

post/v2/notes/{note_id}/trash

Path parameters

note_idstring uuid required

UUID of the note to move to trash. Use an ID returned by create/list/search. The caller must be able to edit this note.

UUID of the note to move to trash. Use an ID returned by create/list/search. The caller must be able to edit this note.

Response

OK

request_idstring required

Identifier for this API request. Useful for tracing and support.

Example response

{
  "request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522"
}