{
  "synLogic": "int $ret \u003d $api();",
  "help": "The ns_web_cleanup_auto_headers API disables adding user–defined headers to subsequent HTTP requests.\n",
  "notes": "",
  "returns": "Returns a status of either 0 for success or 1 for failure",
  "arguments": "",
  "parameterization": "",
  "component":
  [
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Variable",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Return Variable",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": false,
        "min": 0,
        "max": 0,
        "method": "isValidVar(arg)"
      }
    }
  ],
  "name": "ns_web_cleanup_auto_headers",
  "syntax": "int ns_web_cleanup_auto_headers()",
  "javaSyntax": "int ns_web_cleanup_auto_headers()",
  "jsSyntax": "ns_web_cleanup_auto_headers()",
  "cEx": "flow()\n{\n  ns_web_cleanup_auto_headers();\n}",
  "javaEx": "public class flow implements NsFlow\n{\n  public int execute(NSApi nsApi) throws Exception\n  {\n    nsApi.ns_web_cleanup_auto_headers();\n  }\n}",
  "jsEx": "  nsApi.ns_web_cleanup_auto_headers();\n",
  "insertStrC": "ns_web_cleanup_auto_headers();",
  "insertStrJava": "ns_web_cleanup_auto_headers();",
  "insertStrJs": "ns_web_cleanup_auto_headers();",
  "description": "The ns_web_cleanup_auto_headers API disables adding user–defined headers to subsequent HTTP requests.\r\n\r\nWeb scripts automatically send headers with each HTTP request they submit. You can use ns_web_add_auto_header API to add a user–defined header to the standard header of each subsequent HTTP request. ns_web_cleanup_auto_headers API cancels adding those header."
}
