Adobe Campaign Purge A folder of Recipients
I have a folder containing recipients that I want to purge.
Basically we have moved some recipients into this folder that we wish to delete and as per some Adobe instructions I found then to delete these recipients we should purge the folder, I want to do this in a script in a workflow using:
nms.recipient.ClearFolder(<recipient folderId="869848332" />);
where 869848332 is the folder id of the folder I am trying to purge, but when I run this nothing seems to happen.
Jeremy