curl --request DELETE \
--url https://services.leadconnectorhq.com/calendars/events/{eventId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'{
"succeeded": true
}Delete event by ID
curl --request DELETE \
--url https://services.leadconnectorhq.com/calendars/events/{eventId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'{
"succeeded": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Event Id or Instance id. For recurring appointments send masterEventId to modify original series.
The body is of type object.
Successful response
true
Was this page helpful?