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>'

Documentation Index

Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

authorization
string
header
required

Voiceflow API key

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