Deleting Report Subscriptions
To delete a report subscription, your client application must send an HTTP DELETE request to the report server. The format of the URL is as follows:
DELETE https://<url_prefix>/reporting/v3/report-subscriptions/{reportName}
For example, if you wanted to delete a report titled Daily Transactions, the request would be:
DELETE https://<url_prefix>/reporting/v3/report-subscriptions/DailyTransactions
Value | Description | Required/Optional |
---|---|---|
< url_prefix > | Name of the server from which to
download the report. Use one of these values:
| Required |
{reportName} | Unique name of the report
subscription you want to create or edit. | Required |
Responses
This call can return one of the following HTTP status codes:
- 200: Ok.
- 400: Invalid request.
- 404: Report not found.
For detailed information on the responses,
including which fields are returned, see the Reporting REST API Reference
.