Delete state
Discards the stored state for one conversation, so the next turn on that userID begins from the start. The response carries only a confirmation message.
Authorizations
Voiceflow bearer token
Path Parameters
The ID identifying this conversation. Any stable string you choose; the same value addresses the same conversation on every call.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Which version of the environment to read: the editable draft or the published one.
draft, published Response
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.
A human-readable message confirming the deletion.