Delete test
Delete test
Deletes a single test by ID. A test is a scripted conversation replayed against the agent. The response carries only a confirmation message, so refetch the tests to see what is left.
DELETE
Delete test
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test 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 the test was deleted. The body is a message only and reports nothing about the test's turns, checks, or past runs, which are separate resources.
A human-readable message confirming the deletion.