TCPA Revoke-All Universal Opt-Out Rule
The FCC's Revoke-All rule (47 CFR § 64.1200(a)(10)) requires that any opt-out request from a consumer — via any reasonable means — revoke all consent for automated calls and texts from that caller across all communication types. Adopted in 2024, originally effective April 2025; a January 6, 2026 FCC order extended the compliance deadline to January 31, 2027.
What the Rule Requires
A consumer who texts STOP to an SMS campaign, says "stop calling me" on a voice call, or clicks "unsubscribe" in an email has exercised their right to revoke consent from that sender across all channels and all campaign types. Callers may not continue robocalling or robotexting a consumer who has opted out via any reasonable channel, even if that opt-out arrived through a different channel than the one being used to contact them.
CDP and Activation Stack Implications
Cross-channel suppression propagation. In a multi-destination activation architecture (email via Braze or Salesforce Marketing Cloud, SMS via Twilio, paid media via Meta Custom Audiences), a single opt-out event received at any destination must propagate to the unified suppression table and suppress the profile from all downstream destinations before the next send window.
Composable stack non-triviality. For Reverse-ETL stacks (Hightouch, Census, GrowthLoop), cross-channel suppression requires:
- A unified suppression flag on the profile record in the CDW (e.g.,
tcpa_all_channels_suppressed: true) populated within a compliant latency window when any opt-out event is received - Each downstream Sync filtered to exclude suppressed profiles before activation
- A real-time or near-real-time opt-out event ingestion pipeline so the CDW flag is set before the next activation cadence fires
Stacks where each destination manages its own suppression list independently will fail this requirement when an opt-out received at one destination is not propagated to others.
Packaged CDP implementations. CDPs with native cross-channel consent management (AEP Consent Fields, Segment Protocols with consent enforcement, Braze Global Subscription Groups) must confirm their architecture covers the Revoke-All scenario — propagating any opt-out received at any channel to all other active channels — not only STOP keyword handling for the specific channel that received the opt-out.
Relationship to constraint.tcpa-prior-express-written-consent-sms
That constraint governs obtaining consent before sending. This constraint governs propagating revocation of consent once any opt-out is received. Both apply simultaneously to organizations with multi-channel marketing programs. An organization can be fully PEWC-compliant at time of consent acquisition and still violate the Revoke-All rule if its suppression propagation architecture is not updated before January 31, 2027.