Delete a WAF override
Deprecated DELETE
/zones/{zone_id}/firewall/waf/overrides/{overrides_id} https://api.cloudflare.com/client/v4
Deletes an existing URI-based WAF override.
Note: Applies only to the previous version of WAF managed rules.
Parameters
path Path Parameters
| Name | Type |
|---|---|
overrides_id
required
| type FirewallOverridesId = string |
zone_id
required
| type FirewallIdentifier = string |
Request Body
application/json
required
unknown
Responses
200 application/json
Delete a WAF override response
{ result?: { id?: FirewallOverridesId ; }; }
Client Errors
4XX application/json
Delete a WAF override response failure
{ result?: { id?: FirewallOverridesId ; }; } & interface FirewallApiResponseCommonFailure {
errors:FirewallMessages ;
messages:FirewallMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}