Skip to main content
DELETE
/
locations
/
{locationId}
/
recurring-tasks
/
{id}
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
}

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-07-28

Path Parameters

id
string
required

Recurring Task Id

Example:

"sx6wyHhbFdRXh302Lunr"

locationId
string
required

Location Id

Example:

"sx6wyHhbFdRXh302Lunr"

Response

Successful response

id
string
required

Recurring Task Id

Example:

"sx6wyHhbFdRXh302Lunr"

success
boolean
required

Success

Example:

true

Last modified on March 4, 2026