Delete Page Rule
This setting is available in small, large and dynamic(aksela) resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_id} |
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
status_file_extension | If status_file_extension is true, file_extension. is entered. | String | Yes |
page_rule.rule_id | It is the ID of the created page rule. | String | Yes |
page_rule.is_delete | The page rule contains deletion information. | Boolean | Yes |
Payload
{
"resource_uuid": "****-****-****-****",
"status_file_extension": true,
"page_rule": [
{
"rule_id": 2,
"is_delete": true
}
]
}