| Name | Type | Description |
|---|---|---|
file_path* | str | Path of the file or directory to delete. |
Delete a file or directory from the store.
Deleting a path removes the exact key file_path plus every key nested
under it (the prefix file_path + "/"), so a directory is removed
recursively. Wildcards (e.g. *) in file_path are treated literally.