Skip to main content
DELETE
/
api
/
2.0
/
reports
/
{id}
/
internal_notes
/
{note_id}
Delete Reports Internal Note
curl --request DELETE \
  --url https://sandbox.elationemr.com/api/2.0/reports/{id}/internal_notes/{note_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "text": "<string>",
  "document": 123,
  "id": 123
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

Report ID

note_id
integer
required

Internal Note ID

Response

200 - application/json
text
string
required

The internal note text content

Maximum string length: 256
document
integer
read-only

The report (document) ID this note belongs to

id
integer
read-only

The id of the internal note.