Skip to main content
DELETE
/
calendars
/
appointments
/
{appointmentId}
/
notes
/
{noteId}
Delete Note
curl --request DELETE \
  --url https://services.leadconnectorhq.com/calendars/appointments/{appointmentId}/notes/{noteId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

appointmentId
string
required

Appointment ID

Response

Successful response

success
boolean
Example:

true

Last modified on March 4, 2026