cURL
curl --request DELETE \ --url https://api.voiceflow.com/v2/transcripts/{projectID}/{transcriptID} \ --header 'Authorization: <api-key>'
delete a transcipt record with the given projectID/transcriptID
All requests made to the Project API must be validated with the project DM API Key.
Voiceflow project ID
"63204daf2c4a550006873772"
Voiceflow transcript ID
"63204daf2c4a550006873773"
OK
Was this page helpful?