Storage: Delete all items
Deletes all items in a storage.
Empties a storage completely, permanently removing every item it holds. Use it to start a run from a clean slate, for example clearing a lookup table or a set of staged records before you fill it again. There is nothing to target and nothing to undo: every item in the chosen storage is deleted, the action is permanent, and it cannot be reversed if the run later fails. For that reason, place it carefully, typically at the very start of a run, and make sure it points at the right storage. This affects only the chosen storage; the data flowing through your transformation is passed along unchanged.