Delete run
Deletes a specified automation app run and optionally its associated database data, input files, output files, and logs. This is an asynchronous operation that must be [checked for completion](/api-sdk/api-reference/jobs/job-status).
<Warning>Deleting the run's input files also deletes the batch that the run processed.</Warning>
Authentication
AuthorizationBearer
Bearer HTTP authentication.
Path parameters
run_id
The run ID.
Headers
IB-Context
Typically your organization ID. See Authorization and context identification for details.
Query parameters
delete_db_data
Delete the run's database data.
delete_input
Delete the run's input files.
delete_output
Delete the run's output files.
delete_logs
Delete the run's logs.
Response
Run deleted successfully.
delete_input_dir_job_id
Job ID for deleting the input directory.
delete_output_dir_job_id
Job ID for deleting the output directory.
delete_log_dir_job_id
Job ID for deleting the log directory.
