{
  "algorithm": {
    "parameters": [
      {
        "name": "instanceId",
        "type": "string"
      },
      {
        "name": "variableId",
        "type": "string"
      }
    ],
    "statements": [],
    "typeReturn": "obj()",
    "variables": []
  },
  "routing": {
    "method": "DELETE",
    "parameters": [
      {
        "bind": "instanceId",
        "in": "Path",
        "name": "instanceId",
        "remarks": "instance id"
      },
      {
        "bind": "variableId",
        "in": "Path",
        "name": "variableId",
        "remarks": "Variable id"
      }
    ],
    "path": "/instances/{instanceId}/variables/{variableId}",
    "remarks": "Remove Execution Instance variable",
    "responses": [
      {
        "httpStatus": "204",
        "remarks": "Removed"
      },
      {
        "errorName": "BadRequest",
        "httpStatus": "400",
        "remarks": "Bad request"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      },
      {
        "errorName": "InternalServerError",
        "httpStatus": "500",
        "remarks": "Error"
      }
    ]
  }
}