Basic Request
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Path to file or directory to delete |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
message | string | Success message |
path | string | Path of the deleted file or directory |
Example: Delete Directory
Safety Notes
- Permanent deletion: Files cannot be recovered after deletion
- Directory deletion: Deletes directory and all contents recursively
- Path validation: Ensure correct path to avoid accidental deletion

