Document Delete
The Document Delete component allows you to delete documents from the Content Store.
You can filter which documents are deleted based on the query in the configuration.
Configuration
Inputs | Outputs
The incoming message triggers the component's functionality but isn't used unless the query uses variables from this object. The incoming message can be empty if you don't need any variables.
Example:
//query in config:
{ "kind":"{{kind}}" }
//incoming message:
{
"_id": "135176441e008d9d0c5ba0cee61783ce",
"kind": "CONTAINER"
}