Delete (Reports)

URL:
https://<root>/healthCheck/reports/delete
Methods:
POST
Required Capability:
Access allowed with the "Security and infrastructure" privilege
Version Introduced:
11.2

Description

The delete operation permanently deletes one or more health check reports.

Request parameters

ParameterDetails

runIds

(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
Use dark colors for code blocksCopy
1
runIds=vegcl1xm6u,ir2qersuao,zfelr5o957

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the delete operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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_FzcVNNlpsiLek44C3JjTkhAen

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  {
    "success": true
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.