Delete Redirect By Id
DELETE/funnels/lookup/redirect/:id
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.
Request
Version stringrequired
API Version
Available options
v3id stringrequired
locationId stringrequired
Successful response - URL redirect deleted successfully
- application/json
- Schema
- Example (auto)
Schema
dataobjectrequired
Status of the delete operation
{
"data": {
"status": "ok"
}
}