Delete Checklists
| Scope: | delete_checklists |
| App Type: | Agency |
| Authorization Type: | No authorization required |
| Url: | /v3p/inspections/checklists/{ids} |
| HTTP Method: | DELETE |
Response Information
application/json
{
"result": {
"failedIDs": [
"Sample String 1",
"Sample String 2"
],
"failedCount": 1234,
"successCount": 1234,
"successIDs": [
"Sample String 1",
"Sample String 2"
]
}
}