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/privacy/user-deletion-and-suppression.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,16 @@ The deletion requests tab shows a log of all regulations with a deletion element
84
84
85
85
In the Segment App (Settings > End User Privacy > Deletion Requests), you can click a userId to view its status in Segment internal systems, and in the connected destinations.
86
86
87
-
When checking the status of deletion requests via the API, the deletion will report an overall status of all of the deletion processes. This means that, even if the deletion from Segment Internal Systems and supported destinations were completed successfully, the status can still be 'FAILED', due to a failure on a unsupported destination.
87
+
The deletion request can have one of the following statuses:
88
+
1. "FAILED"
89
+
2. "FINISHED"
90
+
3. "INITIALIZED"
91
+
4. "INVALID"
92
+
5. "NOT_SUPPORTED"
93
+
6. "PARTIAL_SUCCESS"
94
+
7. "RUNNING"
95
+
96
+
When checking the status of deletion requests via the API, the deletion will report an overall status of all of the deletion processes. As a result, we will return a 'FAILED' status because of a failure on a unsupported destination, even if the deletion from Segment Internal Systems and supported destinations were completed successfully.
88
97
89
98
###Regulate User from a single Source in a Workspace