v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Delete Note

This API endpoint permanently removes a specific note.

delete/v1/notes/{id}

Path parameters

idstring required

The ID of the note to delete.

Response

200

idstring
objectstring
deletedboolean

Example response

{
  "id": "20a7d78e-9bd1-4b76-a763-bb29603542a4",
  "object": "note",
  "deleted": true
}