Dispatcher filter rule to allow DELETE method is not working on AEMaaCS | Adobe Experience League Community
Skip to main content
Level 2
August 26, 2026
Question

Dispatcher filter rule to allow DELETE method is not working on AEMaaCS

  • August 26, 2026
  • 0 replies
  • 3 views

Hi, I have a Dispatcher filter rule to allow for DELETE method for a specific url path. 

It works fine on my local AEM instance Dispatcher. The same errors out “406 Not Acceptable”

Can you please suggest a fix for the AEMaaCS environment?

The following is how the rule looks in the sites_filters.any file.

/0123 { /type "allow" /method "DELETE" /url "/service/xyz.json”