DELETE api/SiteReportChecks/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SiteReportCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckUid | string |
None. |
|
| ReportUid | string |
None. |
|
| TypeUid | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CheckUid": "sample string 1",
"ReportUid": "sample string 2",
"TypeUid": "sample string 3"
}