Activity Forums Salesforce® Discussions How can I delete Streaming API Push Topics in salesforce?

  • Saurabh

    Member
    May 31, 2017 at 6:33 am

    Hi Suraj

    Open Developer Console by clicking your name up top-right:

    PDRvy

    Go to Debug > Execute Anonymous:

    Then select your PushTopic(s) by name and delete them:

    List<PushTopic> pts = [SELECT Id FROM PushTopic WHERE Name = 'Channel'];
    Database.delete(pts);

    Hope it may help

  • Radhakrishna

    Member
    June 14, 2017 at 10:25 am

    Hi Suraj,

    Go to workbench ,login with your salesforce credentials.

    Select queries -> Streaming Push Topics -> select your push topic and click on delete button

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos