Scheduling
calendars & appointments api
Delete calendar by ID
cURL
curl --request DELETE \ --url https://services.leadconnectorhq.com/calendars/{calendarId} \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "success": "true" }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15
Calendar Id
"ocQHyuzHvysMo5N5VsXc"
Successful response
Success
"true"
Was this page helpful?