deleteCustomRule
Delete a specific custom rule. See [eCDN Custom Rules](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-custom-rules.html).
Operation ID: deleteCustomRuleDELETE
https://{shortCode}.api.commercecloud.salesforce.com/cdn/zones/v1/organizations/{organizationId}/zones/{zoneId}/firewall-custom/rules/{ruleId}
Request
curl "https://{shortCode}.api.commercecloud.salesforce.com/cdn/zones/v1/organizations/{organizationId}/zones/{zoneId}/firewall-custom/rules/{ruleId}" \
-X DELETE
Security
URI parameters
shortCode
string
Required
Default value:
shortCode
ruleId
string
Required
zoneId
string
Required
organizationId
string
Required
An identifier for the organization the request is being made by
Minimum characters:
1
Maximum characters:
32
f_ecom_zzxy_prd
Responses
Successfully deleted the custom rule requested by the caller.