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
- 204
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid