Skip to content

Delete a saved flow variable

DELETE
/v1/flows/variables/{varId}
curl --request DELETE \
--url https://api.monita.ai/v1/flows/variables/example \
--header 'Authorization: Bearer <token>'
varId
required
string

OK

Media typeapplication/json
object
ok
required
boolean
Examplegenerated
{
"ok": true
}

Insufficient permissions for this scope

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}

Not found

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}