Delete Evaluation

Endpoint

DELETE /api/v1/evaluations/{id}

Deletes the evaluation with the given ID.

Request Example

curl -X DELETE "https://searchtweak.com/api/v1/evaluations/32" \
    -H "Authorization: Bearer YOUR_API_TOKEN" \
    -H "Accept: application/json"

Response Example

{
  "status": "OK",
  "message": "Evaluation deleted"
}