Clears the entire collection of properties associated with a subscriber. All properties, even unchanged properties, must be set each time this method is called. Note that subscriber properties are visible to bots through the subscriber.properties
hash. See the Bot Documentation for more information.
Response format | JSON |
---|---|
Requires authentication? | Yes |
properties required | Array of properties to clear for the subscriber. If not supplied, all properties will be cleared. |
---|
curl -X POST \
-u '[SID]:[TOKEN]' \
-H 'Content-Type: application/json' \
'https://api.essential.to/v2/account/subscribers/RsbrYCSo2m0sShMLOlZqtw/properties/clear' \
-d '{"properties": [ "sampleProperty", "randomProperty"] }'
Python coming soon.
Node coming soon.