Skip to content

Commit 88b33b9

Browse files
authored
Update src/unify/faqs.md
1 parent 694f57f commit 88b33b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ No. As the Identity Graph uses ExternalIDs, they remain for the lifetime of the
5454
### Can I delete specific events from a user profile in Unify?
5555
No. Alternatively, you may delete the entire user profile from Segment using a [GDPR deletion request](/docs/privacy/user-deletion-and-suppression/).
5656

57-
## Can I remove a trait from a user profile?
57+
### Can I remove a trait from a user profile?
5858
To remove a trait from a user profile, send an identify event with null as the value for the trait in the traits object from one of the connected sources. For example, `"traits": {"trait1": null, ..}, ...`. Note that sending in an empty string such as,`"traits": {"trait2": "", ..}, ...` updates the trait to be an 'empty' string and won't remove the trait from the user profile.
5959

6060
### How does profile creation affect MTUs, particularly where a profile isn't merged with the parent profile due to exceeding the merge limit?

0 commit comments

Comments
 (0)