DELETE /api/v1/evaluations/{id}
Deletes the evaluation with the given ID.
curl -X DELETE "https://searchtweak.com/api/v1/evaluations/32" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Accept: application/json"
{
"status": "OK",
"message": "Evaluation deleted"
}