Remove Data
Remove Data
Removes a record from the robot's internal database by its identification key. Useful for cleaning up data that has already been processed or is no longer needed by the flow.
Options
Key
Identifier of the data to remove. If the key does not exist, the action runs without error and nothing is changed.
Database name
Name of the target database. When not given, the current robot's default database is used. Optional field.
Returns
This action has no returns.
Rules and Conditions
- The Key field is required.
- If the key does not exist, the action finishes without error.
- The Database name field is optional.