Skip to main content
DELETE
/
transcripts
/
{projectID}
/
{transcriptID}
Delete Transcript
curl --request DELETE \
  --url https://api.voiceflow.com/v2/transcripts/{projectID}/{transcriptID} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

All requests made to the Project API must be validated with the project DM API Key.

Path Parameters

projectID
string
required

Voiceflow project ID

Example:

"63204daf2c4a550006873772"

transcriptID
string
required

Voiceflow transcript ID

Example:

"63204daf2c4a550006873773"

Response

200

OK