DELETE evaluations This section describes how to delete an evaluation. To delete an evaluation: Retrieve a guid (evaluation id) from the /api/v1/evaluations/{guid} (GET) endpoint. To delete: a single evaluation Use /api/v1/evaluations/{guid}(DELETE) endpoint. a set of evaluationsInput multiple guid values into the parameter of the /api/v1/evaluations (DELETE) endpoint.