Delete an experiment run
DELETE/api/v1/runs/:run_id
Delete an experiment run by ID.
Args: run_id (str): The unique identifier of the run to delete.
Returns: Response: Empty response with 204 status code on successful deletion.
Raises: HTTPException: For various error scenarios including unauthorized access, not found, or server errors.
Request
Responses
- 204
Successful Response