Delete Local Task Variable
DELETE/task/:id/localVariables/:varName
Removes a local variable from a task by id.
Request
Responses
- 204
- 500
Request successful.
Task id is null or does not exist. See the
Introduction
for the error response format.
DELETE/task/:id/localVariables/:varName
Removes a local variable from a task by id.
Request successful.
Task id is null or does not exist. See the
Introduction
for the error response format.