curl --request DELETE \
--url https://general-runtime.voiceflow.com/state/user/{userID} \
--header 'authorization: <api-key>' \
--header 'projectID: <projectid>'Deletes all state and session data from user’s conversation.
curl --request DELETE \
--url https://general-runtime.voiceflow.com/state/user/{userID} \
--header 'authorization: <api-key>' \
--header 'projectID: <projectid>'Voiceflow Dialog Manager API key (VF.DM)
ID of the target Voiceflow project.
An ID which uniquely identifies the user having the conversation.
128Was this page helpful?