Hi Sudhanasu,
Location Criteria work just like other criteria - you can ADD or REMOVE
single criteria in one operation. In order to remove all criteria, you
will need to obtain all the criteria IDs and invoke
CampaignCriterionService.mutate with Operator.REMOVE. Very similar to this
example
Dear team,
1)can we remove all city targets for a campaign without passing city
criteria.
2)can we remove all geo target and add new target like this
approach would be to :
get() all your targets,
and then merge the list with your desired list.
Remove all the common items between the two lists.
D