curl --request DELETE \
--url https://services.leadconnectorhq.com/calendars/appointments/{appointmentId}/notes/{noteId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Delete Note
curl --request DELETE \
--url https://services.leadconnectorhq.com/calendars/appointments/{appointmentId}/notes/{noteId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Appointment ID
Successful response
true
Was this page helpful?