Delete a CDN proxy rule

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.

Headers

Accept Example
Content-Type Example

Responses

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