New to using Meraki APIs
I'm trying to remove existing L7 Firewall Rule
Current Rule (Just one item)
{
"rules": [
{
"policy": "deny",
"type": "applicationCategory",
"value": {
"id": "meraki:layer7/category/8",
"name": "Peer-to-peer (P2P)"
}
}
]
}
I went to dashboard and removed via the Dashboard and then went back the Get Network Appliance Firewall L7 Firewall Rule and see from the Request JSON Body Tab it now shows
{
"rules": [ {} ]
}
I am now trying to remove L7 rule from another site so Selecting the "Update Network Appliance Firewall L7 Firewall Rules and enter the following in Request JSON Body
{
"rules": [ {} ]
}
But getting 404 not found for reason I can't figure out. Any suggestions?