Web Service Library > ReportService > Delete Method |
Deletes the report specified in the ID parameter.
C# |
Copy Code
|
---|---|
DataResult Delete(string token, string id); |
token
The security token to use.
id
The identifier of the report to delete.
A DataResult object containing the status of the delete operation.