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>'
This action permanently deletes the internal note and cannot be undone.

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

204

No response body