delete https://api.flextract.dev/api/folders//
Delete a specific folder.
By default, folders cannot be deleted if they contain files or subfolders.
Use the query parameters to force deletion:
- `force_remove_files=true`: Archive all files in the folder before deletion
- `force_remove_subfolders=true`: Recursively delete all subfolders
The response includes the total number of files that were archived during the operation.
All folder links will be automatically deleted when the folder is removed.
