/dataAccess/deleteDocumentContainerSet/
¶
Deletes a set of document containers including all documents and image data.
Request
POST {{server}}/VPE/dataAccess/deleteDocumentContainerSet/
Content-Type: application/json
{
"DeviceId": "device-id",
"SessionId": "...",
"ContainerIdSet": [ ... ]
}
- DeleteDocumentContainerSetRequest.ContainerIdSet¶
=
ContainerIdSet
List of identifiers of all document containers that should be deleted.
Response
{
"Success": true,
"Message": "Operation executed successfully.",
"DeletedContainerIds": [ ... ]
}
- DeleteDocumentContainerSetResponse.DeletedContainerIds¶
=
DeletedContainerIds
List of unique identifiers of document containers that have been deleted successfully.