| Name | Type | Description |
|---|---|---|
file_path* | str | Path of the file or directory to delete. |
Delete a file or directory by committing its removal from the hub repo.
Deleting a path removes the exact file plus every nested entry under it
(the prefix file_path + "/"), so a directory is removed recursively.