- URL:
 - https://<root>/healthCheck/reports/delete
 - Methods:
 POST- Version Introduced:
 - 11.2
 
Description
The delete  operation permanently deletes one or more health check reports.
Request parameters
| Parameter | Details | 
|---|---|
 (Required)  | A comma-separated list of the IDs of the reports that will be deleted. These IDs can be retrieved from the Query operation. Example  | 
  | The response format. The default format is  Values:   | 
Example usage
The following is a sample POST request for the delete  operation:
POST /context/admin/healthCheck/reports/delete HTTP/1.1
Host: organization.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
runIds=vegcl1xm6u,ir2qersuao,zfelr5o957&f=pjson&token=D4c7DxeV8RyxOpunM-ANDQTOmoIQWqd0q5_mzpzEi2FjQoH6Kn8wCkyE-uMJJLhAQsc5TLIzylyQMvyuK7BTIKGHjTmp55_tYIiSD1xx18S4kXh3CdGF3V8QYGZqktoP6zmfhbuJugopIHdE_RiynFSpdNcZrjMganzWsz_KWio4RMyZaGjHSrWkZZn6bcCKgS9mwae8GyYTn50oDOugIUJsgFkwOZz4Fd6tBv_FzcVNNlpsiLek44C3JjTkhAenJSON Response example
{
  {
    "success": true
  }
}