Skip to main content
DELETE
/
state
/
user
/
{userID}
Delete conversation state
curl --request DELETE \
  --url https://general-runtime.voiceflow.com/state/user/{userID} \
  --header 'authorization: <api-key>' \
  --header 'projectID: <projectid>'

Authorizations

authorization
string
header
required

Voiceflow Dialog Manager API key (VF.DM)

Headers

projectID
string
required

ID of the target Voiceflow project.

Path Parameters

userID
string
required

An ID which uniquely identifies the user having the conversation.

Maximum string length: 128

Response

200 - undefined