Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
DELETE https://services.leadconnectorhq.com/funnels/lookup/redirect/{id}

Autorizacion

Authorization
string
required
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.

Path parameters

id
string
required

Query parameters

locationId
string
default:"6p2RxpgtMKQwO3E6IUaT"
required

Respuestas

data
object
required
Status of the delete operation
{
  "data": {
    "status": "ok"
  }
}

Ejemplo

curl -X DELETE 'https://services.leadconnectorhq.com/funnels/lookup/redirect/YOUR_id' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'