Skip to main content
DELETE
Delete state

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

userID
string
required

The ID identifying this conversation. Any stable string you choose; the same value addresses the same conversation on every call.

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

version
enum<string>
required

Which version of the environment to read: the editable draft or the published one.

Available options:
draft,
published

Response

200 - application/json

Confirms the user's stored state was deleted. The body is a message only, so nothing of the discarded stack, storage, or variables comes back with it.

message
string
required

A human-readable message confirming the deletion.