Delete a Run
formr_api_delete_run.RdPermanently deletes a run and all associated data (sessions, results).
Arguments
- run_name
Name of the run to delete.
- prompt
Logical. If TRUE (default), asks for interactive confirmation; in a non-interactive session it errors instead of proceeding unattended. Pass
prompt = FALSEto delete without confirmation (e.g. in scripts).- verbose
Logical. If TRUE (default), reports progress via
message().