cURL
curl --request DELETE \ --url https://nextvisit.app/api/v1/progress-notes/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Progress note deleted successfully" }
Deletes a progress note and its associated files
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Progress note unique identifier
Progress note deleted successfully
"Progress note deleted successfully"
Was this page helpful?