| Name | Type | Description |
|---|---|---|
file_path* | str | Absolute file path. |
Delete a file, routing to the appropriate backend.
CompositeBackend always advertises delete support (it overrides this
method), so the delete tool is never filtered out for it. A
route may still point at a backend that does not implement delete;
rather than letting NotImplementedError escape to the caller, that
case is converted into a DeleteResult error.