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