| Name | Type | Description |
|---|---|---|
file_path* | str | Virtual path of the file or directory to delete. |
Delete a file, or a directory and everything nested under it.
Deletion is recursive: it removes the blob at file_path plus every
blob whose key starts with file_path + "/". Deleting "/"
therefore removes every blob in the configured prefix namespace --
or, when no prefix is set, every blob in the container. Scope the
backend with prefix and enable container soft-delete/versioning if
an agent should not be able to do that.