Delete Note
DELETE/calendars/appointments/:appointmentId/notes/:noteId
Delete Note
Request
Version stringrequired
API Version
Available options
2021-07-28appointmentId stringrequired
Appointment ID
Successful response
- application/json
- Schema
- Example (auto)
Schema
successboolean
Whether the note was successfully deleted
{
"success": true
}