Can savable data pages be removed using Page-Remove (method) , Remove action (data transform)?

Able to remove parameterized data page using page-remove method as mentioned in below article.

https://docs.pega.com/data-managemenww-and-integration/84/removing-data-page

But when I try the same for the savable data page, it is not working.

Can you please help?

@KarthikKummera It should be possible. If the data page is parametrized you need to pass the parameter while removing, tough.
Alternatively you can flush all instances of the data page using function: @(Pega-RULES:DeclarePages).pzDeleteAllInstancesOfDeclarativePage(tools, DataPageName)