DELETE
/
evaluator
/
v1
/
evaluation-data
/
comment
/
{id}
curl --request DELETE \
  --url https://api.aceaicompany.com/evaluator/v1/evaluation-data/comment/{id} \
  --header 'Authorization: Bearer <token>'
{
  "result": "<string>"
}

Purpose: Deletes a comment associated with a specific evaluation data entry.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Unique identifier of the comment to delete.

Response

200
application/json
Comment deleted successfully.

Response after deleting an evaluation data comment.

result
string
required

A confirmation message for successful comment deletion.