Skip to main content

Delete Test Run

DELETE 

/v0/test_runs

Deletes one or more test runs and cascades deletes to all related entities, including datapoints.

!! Use With Caution !!

Args: test_run_ids: List of UUIDs to delete

Raises: HTTPException: 404 if any test_run_id is not found HTTPException: 422 if test_run_ids list is empty or invalid

Returns: 204 status code on successful deletion

Request

Responses

Successful Response