How to deactivate a Push Topic in Salesforce?

How to deactivate a Push Topic in Salesforce?

You can temporarily deactivate a PushTopic, rather than deleting it, by setting the isActive field to false.

To deactivate a PushTopic,

1. Run the below SOQL in Developer Console

  1. SELECT Id, Name, IsActive FROM PushTopic  

2. Set IsActive = false and click Save Rows button.

Leave a Reply