Skip to content

Commit f481896

Browse files
committed
reword use cases
1 parent 01e4399 commit f481896

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Use this API to clean up outdated or incorrectly added identifiers without delet
1010

1111
## Use cases
1212

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:
1414

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.
2020

2121
## Before you begin
2222

@@ -67,10 +67,16 @@ The API returns an error if you try to delete:
6767
The API accepts one identifier per request.
6868

6969
**Endpoint**:
70-
```
70+
```sh
7171
POST https://{HOST_NAME}/v1/spaces/{SPACE_ID}/collections/users/profiles/user_id:{USER_ID_VALUE}/external_ids/delete
7272
```
7373

74+
```sh
75+
https://{HOST_NAME}/v1/spaces/{SPACE_ID}/collections/users/profiles/user_id:{USER_ID_VALUE}/external_ids/delete
76+
```
77+
78+
`POST https://{HOST_NAME}/v1/spaces/{SPACE_ID}/collections/users/profiles/user_id:{USER_ID_VALUE}/external_ids/delete`
79+
7480
**Parameters**:
7581

7682
| Parameter | Description |

0 commit comments

Comments
 (0)