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

Authorizations

authorization
string
header
required

Voiceflow API key

Path Parameters

propertyID
string
required

ID of the property to target.

transcriptID
string
required

ID of the transcript to target.

Response

204 - undefined