Delete record document
| Scope: | delete_record_document |
| App Type: | Citizen |
| Authorization Type: | Access token |
| Url: | /v3p/records/{recordId}/documents/{documentIds} |
| HTTP Method: | DELETE |
Response Information
application/json
{
"result": {
"failedIDs": [
"SampleString1",
"SampleString2"
],
"failedCount": 1234,
"successCount": 1234,
"successIDs": [
"SampleString1",
"SampleString2"
]
}
}