Skip to Content
ReferenceAPINotesDelete a note

Notes API

Delete a note

Delete a note from the current workspace.

DELETE/v1/notes/{noteId}
capability notes.delete · v1health dataserver-scoped workspace

Request

Path, query, and JSON body fields accepted by this operation.

  • noteIdstring<uuid>required
    path

Response

Successful responses use Dawn's data envelope.

  • dataNoterequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • titlestringrequired
      min length 1max length 200
    • contentstringrequired
      max length 100000
    • linksone of 2 shapes[]required
      max items 50
      • kind"patient"required
      • resourceIdstring<uuid>required
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 403Notes are disabled or a workspace member is required.
  • 404The note could not be found.
  • 422The note ID is invalid.
  • 503The note could not be deleted.
Last updated on