You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/identity-resolution/delete-profile-identifier-api.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ Use this API to clean up outdated or incorrectly added identifiers without delet
10
10
11
11
## Use cases
12
12
13
-
Remove identifiers that shouldn't be associated with a profile:
13
+
The Delete Profile Identifier API helps you clean up identifiers that shouldn't be associated with a profile, including:
14
14
15
-
-Remove mistakenly imported identifiers, like incorrect email addresses, to prevent inaccurate targeting in downstream tools.
16
-
-Clean up obsolete identifiers after database migrations or system changes.
17
-
-Transfer identifiers with a short lifespan between profiles. For example, when a user changes phone numbers or when a prepaid service expires, you can remove the phone number from one profile and add it to another.
18
-
-Fix profiles that violate [ID Resolution limits](). Remove old identifiers to bring profiles into compliance with your configured limits.
19
-
-Revert misconfigured identity resolution settings. For example, if you reduced the `user_id` limit from 3 to 1, remove extra `user_id` values to resolve discrepancies between Segment and downstream tools like Braze or Amplitude.
15
+
-Mistakenly imported identifiers, like incorrect email addresses, that prevent accurate targeting in downstream tools
16
+
-Obsolete identifiers left over from database migrations or system changes
17
+
-Identifiers with a short lifespan that need to transfer between profiles. For example, when a user changes phone numbers or when a prepaid service expires, you can remove the phone number from one profile and add it to another.
18
+
-Old identifiers that cause profiles to violate [ID Resolution limits]()
19
+
-Extra identifiers from misconfigured identity resolution settings. For example, if you reduced the `user_id` limit from 3 to 1, remove extra `user_id` values to resolve discrepancies between Segment and downstream tools like Braze or Amplitude.
20
20
21
21
## Before you begin
22
22
@@ -67,10 +67,16 @@ The API returns an error if you try to delete:
67
67
The API accepts one identifier per request.
68
68
69
69
**Endpoint**:
70
-
```
70
+
```sh
71
71
POST https://{HOST_NAME}/v1/spaces/{SPACE_ID}/collections/users/profiles/user_id:{USER_ID_VALUE}/external_ids/delete
0 commit comments