Skip to content

Commit c851481

Browse files
committed
final touchups [netlify-build]
1 parent 84d74dd commit c851481

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/unify/identity-resolution/delete-profile-identifier-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The Delete Profile Identifier API helps you clean up identifiers that shouldn't
2020
- Mistakenly imported identifiers, like incorrect email addresses, that prevent accurate targeting in downstream tools
2121
- Obsolete identifiers left over from database migrations or system changes
2222
- 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.
23-
- Old identifiers that cause profiles to violate [ID Resolution limits]()
24-
- 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.
23+
- Old identifiers that cause profiles to violate [ID Resolution limits](/docs/unify/product-limits/#identity).
24+
- 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](/docs/connections/destinations/catalog/actions-braze-cloud/) or [Amplitude](/docs/connections/destinations/catalog/actions-amplitude/).
2525

2626
## Before you begin
2727

@@ -49,7 +49,7 @@ If you use [Profiles Sync](/docs/unify/profiles-sync/overview/), you must also:
4949

5050
When you delete an identifier, Segment removes it from [Identity Resolution](/docs/unify/identity-resolution/) and syncs the change to connected systems.
5151

52-
The API confirms that Segment deleted the identifier from the Real-Time Identity Graph. The deletion then flows through these systems:
52+
The API confirms that Segment deleted the identifier from the real-time Identity Graph. The deletion then flows through these systems:
5353

5454
| System | What happens |
5555
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -152,7 +152,7 @@ Keep the following information in mind as you use the Delete Profile Identifier
152152

153153
### Deletion scope
154154

155-
The Delete Profile Identifier API removes identifiers from Unify systems, including Identity Resolution, Profile Storage, and Profile Sync to your data warehouse. However, deletion doesn't extend to all Segment systems. Identifiers remain in the Event Archive and are soft-deleted in the Batch Profile Data Lakehouse.
155+
The Delete Profile Identifier API removes identifiers from Unify systems, including Identity Resolution, Profile Storage, and Profile Sync to your data warehouse. However, deletion doesn't extend to all Segment systems. Identifiers remain in the event archive and are soft-deleted in the Batch Profile Data Lakehouse.
156156

157157
Segment doesn't delete identifiers from downstream destinations like Braze, Amplitude, Facebook, Engage Audiences, Journeys, Linked Audiences, or Consent settings. You must update these systems separately.
158158

@@ -171,7 +171,7 @@ Deletion syncs to connected systems at different speeds:
171171

172172
### Space rebuilds and replays
173173

174-
If you rebuild a space from Segment Archives, deletions don't replay automatically. You must rerun deletions after the replay completes.
174+
If you rebuild a space from Segment archives, deletions don't replay automatically. You must rerun deletions after the replay completes.
175175

176176
### Identifier reintroduction
177177

0 commit comments

Comments
 (0)