DELETE evaluations

This section describes how to delete an evaluation.

To delete an evaluation:

  1. Retrieve a guid (evaluation id) from the /api/v1/evaluations/{guid} (GET) endpoint.
  2. To delete:
    • a single evaluation

      Use /api/v1/evaluations/{guid}(DELETE) endpoint.

    • a set of evaluations

      Input multiple guid values into the parameter of the /api/v1/evaluations (DELETE) endpoint.