curl --request DELETE \
--url https://services.leadconnectorhq.com/locations/{locationId}/recurring-tasks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"id": "sx6wyHhbFdRXh302Lunr",
"success": true
}Delete Recurring Task
curl --request DELETE \
--url https://services.leadconnectorhq.com/locations/{locationId}/recurring-tasks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"id": "sx6wyHhbFdRXh302Lunr",
"success": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Recurring Task Id
"sx6wyHhbFdRXh302Lunr"
Location Id
"sx6wyHhbFdRXh302Lunr"
Was this page helpful?