curl --request DELETE \
--url https://services.leadconnectorhq.com/calendars/{calendarId}/notifications/{notificationId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"message": "<string>"
}Delete notification
curl --request DELETE \
--url https://services.leadconnectorhq.com/calendars/{calendarId}/notifications/{notificationId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"message": "<string>"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Successful response
Result of delete/update operation
Was this page helpful?