Skip To Content
ArcGIS Developer
Dashboard

Delete (Reports)

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

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:


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


{
  {
    "success": true
  }
}