Delete HTTP Caching Rule
To delete an HTTP caching rule, use the following request:
DELETE /cdn_resources/:cdn_resource_id/http_caching_rules/:rule_id.xml
DELETE /cdn_resources/:cdn_resource_id/http_caching_rules/:rule_id.json
XML Request Example
curl -i -X DELETE -u user:userpass -H 'Accept: application/xml' --url 'http://onapp.test/cdn_resources/12/http_caching_rules/13.xml'
JSON Request Example
curl -i -X DELETE -u user:userpass -H 'Accept: application/json' --url 'http://onapp.test/cdn_resources/12/http_caching_rules/13.json'