Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Using Cross-Cloud Products with Marketing Cloud Engagement
Remove a Custom Personalization Interaction

Remove a Custom Personalization Interaction

To remove your custom interaction from the personalization modal in Distributed Marketing, delete the registered external integration component.

  1. In Salesforce, navigate to Developer Console.
  2. Click Debug.
  3. Click Open Execute Anonymous Window.
  4. Enter this code in the window.
    
    mcdm_15__JourneyApprovalsPlugin__c[] results = [SELECT mcdm_15__Component_Name__c FROM mcdm_15__JourneyApprovalsPlugin__c WHERE mcdm_15__Component_Name__c = 'c:example'];
    delete results;
  5. Execute the code.
 
Loading
Salesforce Help | Article