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

Changes

Changed in 1 of the 25 revisions of this API.9

    • added the new auth.workspace_required enum value to the error/code response property for the response status 400

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 401

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 403

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 404

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 409

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 422

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 429

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 500

      response-property-enum-value-added

    • added the new auth.workspace_required enum value to the error/code response property for the response status 503

      response-property-enum-value-added