Skip to content

Commit

Permalink
Merge pull request #7635 from braze-inc/BD-3223
Browse files Browse the repository at this point in the history
BD-3223: Add method for removing custom attribute
  • Loading branch information
lydia-xie authored Jul 8, 2024
2 parents 90200d2 + ddd7c03 commit f48914f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ This feature is currently in early access. Contact your customer success manager

### Removing custom attributes

To remove custom attributes from user profiles, set the value to "null" in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track).
There are two ways you can remove custom attributes from user profiles:
* Select the custom attribute name to be removed in a [User Update step]({{site.baseurl}}/user_guide/engagement_tools/canvas/canvas_components/user_update/#removing-custom-attributes).
* Set the `null` value in your API request to the [`/users/track` endpoint]({{site.baseurl}}/api/endpoints/user_data/post_user_track#user-track).

### Viewing usage reports

Expand Down

0 comments on commit f48914f

Please sign in to comment.