Skip to main content
DELETE
/
v1
/
progress-notes
/
{id}
Delete a progress note
curl --request DELETE \
  --url https://nextvisit.app/api/v1/progress-notes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Progress note deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Progress note unique identifier

Response

Progress note deleted successfully

message
string
Example:

"Progress note deleted successfully"