Delete check
Delete check
Deletes a single test check by ID. A test check is one assertion about an agent turn, comparing the reply or the behaviour behind it. The response carries only a confirmation message, so refetch the test checks to see what is left.
DELETE
Delete check
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test check to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
200 - application/json
Confirms one assertion was removed from its turn. The body carries a message only, not the turn's remaining checks.
A human-readable message confirming the deletion.