curl --request DELETE \
--url https://services.leadconnectorhq.com/funnels/lookup/redirect/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "ok"
}
}The “Delete Redirect By Id” API Allows deletion of a URL redirect from the system using its unique identifier. Use this endpoint to delete a URL redirect with the specified ID using details provided in the request payload.
curl --request DELETE \
--url https://services.leadconnectorhq.com/funnels/lookup/redirect/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "ok"
}
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
"6p2RxpgtMKQwO3E6IUaT"
Successful response - URL redirect deleted successfully
Status of the delete operation
{ "status": "ok" }Was this page helpful?