v1

latestOpenAPI 3.1.02026-07-26183980.3 KB
external
external-v2

Delete Note

Permanently delete a note. Hard-deleted notes cannot be restored. For recoverable removal, use POST /v2/notes/{note_id}/trash.

delete/v2/notes/{note_id}

Path parameters

note_idstring uuid required

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

UUID of the note to permanently delete. 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"
}