- URL:  https://<usageReport-url>/delete(POST only)
 - Required Capability:Default administrator role
 - Version Introduced:10.3
 
Description
Deletes the usage report.
Request parameters
| Parameter | Description | 
|---|---|
| f | The response format. The default response format is html. Values: html | json | pjson  | 
Example usage
Below is a sample POST request for delete:
POST /webadaptor/admin/usagereports/ServerStatistics/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=jsonJSON Response example
{"status": "success"}