Delete ALL files attached to a run
formr_api_delete_all_files.RdCAUTION: This will permanently remove every file attached to the specified run. It first fetches the list of existing files, then iterates through them to delete.
Arguments
- run_name
Name of the run.
- prompt
Logical. If TRUE (default), asks for interactive confirmation before deleting; in a non-interactive session it errors instead of proceeding unattended. Set to FALSE for automated scripts (use with care).
- verbose
Logical. If TRUE (default), reports progress via
message().