Delete turn
Delete turn
Deletes a single test turn by ID. A test turn is one side of a scripted conversation, either what the user says or the agent reply the checks assert on. The response carries only a confirmation message, so refetch the test turns to see what is left.
DELETE
Delete turn
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test turn 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 turn was deleted. The body is a message only, so refetch the parent test if you need its current turnOrder.
A human-readable message confirming the deletion.