Delete Custom WAF Rule
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
type | When creating a WAF resource, "waf" is written in this field. | String | Yes |
waf_status | This parameter takes the values "detectiononly”, “on”, “off". | String | Yes |
waf_rules | It is the parameter containing rule definitions. | Array | Yes |
Payload
{
"resource_uuid": "****-***-****-****",
"waf_status": "detectiononly",
"type": "waf",
"waf_rules": []
}