DocumentDeleteResponseDto
data class DocumentDeleteResponseDto(val ids: List<String>, val errors: List<DocumentsDeleteErrorItemDto>? = null)
The list of document Ids which were deleted from the system
Parameters
ids
errors
Optional property used to indicate and describe errors encountered while handling the request