We’re using the API to unset a custom property. This works:
$data = '{"data":
{
"type":"profile",
"id":"01GGQ27017WQ2K1H52ZJTZ40T9",
"attributes":{},
"properties":{},
"meta": { "patch_properties": {"unset": "Something"} }
}}';
Is there a way to unset many at the same time? We don’t want to have to make 10 API calls to unset 10 properties.