Delete variable
Delete variable
Deletes a single variable by ID. A variable is a named slot of project state an agent can read and write. The response carries only a confirmation message, so refetch the variables to see what is left.
DELETE
Delete variable
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the variable to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
200 - application/json
Confirms the variable was deleted. Only a message comes back, so refresh any cached copy of the project's variables.
A human-readable message confirming the deletion.