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.
id string cloudflare_rule_id string cloudflare_ruleset_id string domain_name string Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/redirects curl -X DELETE "https://cloud.hostup.se/api/redirects" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
}