Skip to main content
Permanently removes a single item from a storage by its identifier. Use it to clean up something that was saved earlier, for example dropping a cached lookup once it is no longer needed. The deletion is permanent and is not undone if the run later fails, so be sure the identifier points at the item you really mean to remove. Your data passes through unchanged; the only effect is that the matching item is removed from the storage.

Fields

Sample data

This transformer removes an item from the storage as a side effect and does not alter the data passing through it, so there is no before/after to show. With the configuration below, the incoming sku is used as the identifier and the item stored under SHIRT-RED-M is permanently removed.
FieldValue
StorageA configured storage
Storage item identifier&{sku}