DeleteDocuments
Description
This method is used to deactivate the list of documents that were provided and returns the DocumentDeleteStatus list as the output.
Request
Parameter | Type | Mandatory/Optional | Maximum character length/limit | Description |
---|---|---|---|---|
documentIds | List<long> | Mandatory | Not Relevant | List of documentIds to be deleted |
applicationName | string | Mandatory | Should be less than or equal to 10 characters | The name of the integration partner |
Request - input sample
Response
Type | Description |
---|---|
List<DocumentDeleteStatus> | List of deleted documents |
Response - output sample
 Exceptions
Error Code | Description |
---|---|
123 | An exception occurred while processing your request |
138 | applicationName length has exceeded the maximum character limit allowed (10) |
146 | The applicationName is not set |
167 | You are not authorized to use this method |