Skip to main content
DELETE
/
funnels
/
lookup
/
redirect
/
{id}
Delete Redirect By Id
curl --request DELETE \
  --url https://services.leadconnectorhq.com/funnels/lookup/redirect/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "ok"
  }
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Path Parameters

id
string
required

Query Parameters

locationId
string
required
Example:

"6p2RxpgtMKQwO3E6IUaT"

Response

Successful response - URL redirect deleted successfully

data
object
required

Status of the delete operation

Example:
{ "status": "ok" }
Last modified on March 4, 2026