delete_file
Delete files or directories in your Colab runtime using recursive and force options for complete removal.
Instructions
Deletes a file or directory in the Colab runtime through Colab's contents API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| recursive | No | ||
| force | No |