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 Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)

Path Parameters

propertyID
string
required

ID of the property to target.

transcriptID
string
required

ID of the transcript to target.

Response

204 - undefined