Skip to main content
DELETE
/
v1
/
transcript-evaluation
/
{evaluationID}
Delete transcript evaluation
curl --request DELETE \
  --url https://analytics-api.voiceflow.com/v1/transcript-evaluation/{evaluationID} \
  --header 'authorization: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

authorization
string
header
required

Voiceflow API key

Path Parameters

evaluationID
string
required

ID of the transcript evaluation to target.

Response

204 - undefined