Skip to content

CopyPageRulesList_Delete#


Description#

This function allows you to delete an existing Copy Page Rule

Example Request#

{
    "Store_code": "beta",
    "CopyPageRules_IDs": [3]
}

Example Response#

{
    "success": 1,
    "processed": 1
}