Skip to content

Commit 9cff1ce

Browse files
Merge pull request #6987 from segmentio/deletions-suppression-update
Note on additional charges for deletions
2 parents 04f7194 + ab74e71 commit 9cff1ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/privacy/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ Segment supports the following regulation types:
7878
- **SUPPRESS_WITH_DELETE**: Suppress new data based on the `userId` and also delete all existing data for that ID from your workspace and our internal archives. While Segment forwards the deletion request to your downstream destinations, Segment cannot guarantee deletion in your third-party tools.
7979
- **DELETE_INTERNAL**: Deletes user data from within Segment archives only and not from any connected destinations.
8080
- **DELETE_ONLY**: Deletes user data from Segment and your connected warehouses. Also sends a deletion request to your downstream destinations.
81+
82+
> info ""
83+
> Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might lead to additional charges levied by your destination providers.

src/privacy/user-deletion-and-suppression.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ The following regulation types are available:
3131
- **SUPPRESS_WITH_DELETE_INTERNAL:** Suppress new data and delete from Segment internals only
3232
- **DELETE_ONLY:** Delete existing data without suppressing any new data
3333

34+
> info ""
35+
> Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might lead to additional charges levied by your destination providers.
36+
3437
## Suppression Support and the Right to Revoke Consent
3538

3639
`SUPPRESS` regulations add a user to your suppression list by the `userId`. Segment blocks suppressed users across all sources; messages you send to Segment with a suppressed `userId` are blocked at the API. These messages do not appear in the debugger, are not saved in archives and systems, and are not sent to any downstream server-side destinations. However, if you set up a destination in [device-mode](/docs/connections/destinations/#connection-modes), the events are sent directly to destinations as well. In this case, Suppression doesn't suppress the events.

0 commit comments

Comments
 (0)