Delete evaluation
Delete evaluation
Deletes a single evaluation by ID. An evaluation is a criterion a model scores past conversations against. The response carries only a confirmation message, so refetch the evaluations to see what is left.
DELETE
Delete evaluation
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the evaluation to operate on.
Query Parameters
The ID of the project to operate on.
Response
200 - application/json
Confirms the evaluation was removed from the project. The body carries a message only, so drop any cached copy of the project's evaluations.
A human-readable message confirming the deletion.