removeDocumentsFromFolder
abstract suspend fun removeDocumentsFromFolder(folderId: String, documentIdsToRemove: List<String>): DataProviderResponse<ModifyFolderContentsResponse>
Remove documents from a folder
Return
a DataProviderResponse containing the number documents removed
Parameters
documentIdsToRemove
The ids of the documents to remove
abstract suspend fun removeDocumentsFromFolder(modifyContentsPayload: ModifyFolderContentsPayload): DataProviderResponse<ModifyFolderContentsResponse>
Remove documents from a folder
Return
a DataProviderResponse containing the number documents removed
Parameters
modifyContentsPayload
Model containing the ids of the documents to remove