executeDeleteBatch

protected open fun <I> executeDeleteBatch(deleteQuery: String, itemToDeleteId: String, values: List<I>)

Method to execute 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