Home Forums Reporting Services SSRS 2012 Subscription failed for more than 10 days, then disable and Delete the Subscription RE: Subscription failed for more than 10 days, then disable and Delete the Subscription

  • Once you identify the subscription, go to Report Manager, go to subscriptions, find the subscription and delete it.
    Create and Manage Subscriptions for Native Mode Report Servers

    If you wanted to write code to use the web services to do this, look at the DeleteSubscription method
    If you wanted to use Powershell to delete them instead, import the ReportingServicesTools module and use the Remove-RSSubscription cmdlet.

    Sue