Binary Delete
The Binary Delete component allows you to delete binaries from the Content Store.
The binaries are deleted from the binaries.files and binaries.chunks collections.
It uses either the source.localReference or target.localReference value from the incoming message to delete a binary.
See how it works:
Binary Delete Explainer
note
Also covered in the Content Store overview video:
Watch video
Configuration
Inputs | Outputs
The component will look on the incoming data for the
Example:
source.localReference or target.localReference key and uses that to delete the binary from the binaries GridFS bucket since it references the_id field of the binary. The binary in the Content Store matching this reference will be deleted.{
"source": {
"localReference": "6232dea643dbbf33e0906e85"
}
}