Evals
Delete Eval
Delete an eval.
Args: eval_uuid (str): UUID of the eval to delete. workspace_uuid (str, optional): Optional workspace UUID for filtering.
Returns: None
Raises: AymaraAPIError: If the eval is not found.
Example: DELETE /api/evals/{eval_uuid}
delete/v2/evals/{eval_uuid}
Path parameters
eval_uuidstring required
Query parameters
workspace_uuidstring
Response
No Content