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


Remove documents from a folder

Return

a DataProviderResponse containing the number documents removed

Parameters

modifyContentsPayload

Model containing the ids of the documents to remove