delete https://{youraccountname}.api-us1.com/api/3/personalizations/bulkdelete
Bulk delete personalization variables
Variables that do not exist will not block bulk delete
A http DELETE to
personalizations/bulkdelete?ids=11,12,13
will still delete the variables with ids11
and12
even if a variables with id13
does not exist.This endpoint will always return "Delete successful" even if none of the variable ids provided actually exist.