Delete a variable on a process instance
DELETE {{baseUrl}}/process-instances/:processInstanceId/variables/:variableName?scope=voluptate elit&cascade=false&cascadeContent=false
Delete a variable on a process instance
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
scope | string | ||
cascade | boolean | For file input variable, use cascade = true to delete the file along with the variable. | |
cascadeContent | boolean | For file input variable, use cascadeContent = true to delete the file content along with the variable. |