How to remove parameterized pages from all nodes.

As the title suggest we are looking for a OOTB way to handle clearing a node level parameterized data page from all the node’s manually on the click of a button.

@MichaelH2058

You can use the Pega API /nodes/{nodeID}/caches/declarative_page/clear. If you pass ‘all’ for {nodeID}, it’ll clear from all the nodes.