Delete a redirect rule

Remove a specific redirect rule from your account. Use this when a redirect is no longer needed, for example, if a webpage has moved permanently and the old address should no longer direct visitors. Returns a confirmation that the rule has been deleted.

Query Parameters

id string
cloudflare_rule_id string
cloudflare_ruleset_id string
domain_name string

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
DELETE https://cloud.hostup.se/api/redirects
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/redirects" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "message": "string"
  }
}