| Name | Type | Description |
|---|---|---|
file_path* | str | Path of the file or directory to delete. |
Delete a file or directory from state.
Deleting a path removes the exact file at file_path plus every nested
key under it (the prefix file_path + "/"), so a directory is removed
recursively. Each removal is queued via CONFIG_KEY_SEND as a None
value, which the files channel reducer interprets as a deletion marker.