ReportingService2005.DeleteSubscription Method
SQL Server 2008 R2
Deletes a subscription from the report server database.
Assembly: ReportService2005 (in ReportService2005.dll)
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/DeleteSubscription", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("BatchHeaderValue")] public void DeleteSubscription( string SubscriptionID )
Parameters
- SubscriptionID
- Type: System.String
The ID of the subscription, returned by the CreateSubscription method.
The table below shows header and permissions information on this operation.
SOAP Headers | (In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
To delete the subscription specified in the SubscriptionID parameter, a user must have Delete Subscription permissions on the report that is associated with the subscription.
Use the ListSubscriptions method to retrieve a current list of subscriptions in the report server database.
Use this method to delete both standard and data-driven subscriptions.
