Remove tasks from node

Removes Tasks from a node in a Golden Config tree.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
treeIdstringOptionalformat: "^[0-9a-f]{24}$"
versionstringOptional
nodePathstringOptional
taskslist of stringsOptional

Response

updateNodeResult
status"success"
messagestring

Errors

500
Internal Server Error