Skip to main content
DELETE
/
calendars
/
events
/
{eventId}
Delete Event
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
}

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

eventId
string
required

Event Id or Instance id. For recurring appointments send masterEventId to modify original series.

Body

application/json

The body is of type object.

Response

Successful response

succeeded
boolean
Example:

true

Last modified on March 4, 2026