Skip to main content
DELETE
/
v1
/
transcript
/
{transcriptID}
Delete transcript
curl --request DELETE \
  --url https://analytics-api.voiceflow.com/v1/transcript/{transcriptID} \
  --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

transcriptID
string
required

ID of the transcript to target.

Response

204 - undefined