Remove a URL redirect. After deletion, requests to the path will be handled normally without redirection.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example domain string required directory string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/redirects curl -X DELETE "https://cloud.hostup.se/api/hosting/0/redirects" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {} {
"domain": "string",
"directory": "string"
}