assembleDeleteBatchQuery

private open fun <I> assembleDeleteBatchQuery(deleteQuery: String, itemToDeleteId: String, values: List<I>): Query

Method to assemble a batch query to delete attachments

Parameters

deleteQuery

: the query used to delete an attachments

itemToDeleteId

: the identifier of the item to delete

values

: the values of the attachments to delete

<I>

type of the items to delete