Sites & Content
funnels, forms & media api
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
curl --request DELETE \ --url https://services.leadconnectorhq.com/funnels/lookup/redirect/{id}
{ "data": { "status": "ok" } }
"6p2RxpgtMKQwO3E6IUaT"
Successful response - URL redirect deleted successfully
Status of the delete operation
{ "status": "ok" }
Was this page helpful?