Skip to main content
DELETE
/
calendars
/
{calendarId}
/
notifications
/
{notificationId}
Delete Notification
curl --request DELETE \
  --url https://services.leadconnectorhq.com/calendars/{calendarId}/notifications/{notificationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "message": "<string>"
}

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

calendarId
string
required
notificationId
string
required

Response

Successful response

message
string
required

Result of delete/update operation

Last modified on March 4, 2026