Evaluator API
Evaluator: DELETE /evaluation-data/comment/{id}
Deletes a comment associated with an evaluation data entry.
DELETE
Purpose: Deletes a comment associated with a specific evaluation data entry.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the comment to delete.
Response
200
application/json
Comment deleted successfully.
Response after deleting an evaluation data comment.
A confirmation message for successful comment deletion.