Delete a specific rule that controls how your CDN handles proxying for your website. Use this when you want to remove a previously configured proxy rule, for example, if a domain or path should no longer be proxy-protected. The endpoint returns an ID that may be needed for follow-up actions in other systems.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cdn/proxy-rules curl -X DELETE "https://cloud.hostup.se/api/cdn/proxy-rules" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"rows_deleted": 0
}
}