From 7f10a7dfeb97da929712e9e74cb772b7bfcbeffb Mon Sep 17 00:00:00 2001 From: Atif Javed <46914900+muhammadatifjav@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:48:20 +1000 Subject: [PATCH] Update faqs.md Added an FAQ for removing traits from a profile --- src/engage/faqs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/engage/faqs.md b/src/engage/faqs.md index d8d2e8b842..7e1dd491ef 100644 --- a/src/engage/faqs.md +++ b/src/engage/faqs.md @@ -33,6 +33,10 @@ The following response indicates that Bob is a high-value user: For more information on profile queries, visit the [Profile API documentation](/docs/unify/profile-api). +## Can I remove a trait from a User profile? + +To remove a trait from a user profile, you can send in a key-value pair in the properties object with null in an event from one of the connected sources, e.g. `"properties": {"trait1": null, ...}, ....`. Sending in an empty string i.e. `,"trait2": "",` will also have the same effect. + ## Can I modify audience keys? You can't change the audience key after it's created. To change the key, you need to re-create the audience.