NSX-T Data Center REST API

LbHttpResponseHeaderDeleteAction (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "This action is used to delete header fields of HTTP response messages at HTTP_RESPONSE_REWRITE phase. One action can be used to delete allgi headers with same header name. To delete headers with different header names, multiple actions must be defined",
  "extends": {
    "$ref": "LbRuleAction"
  },
  "id": "LbHttpResponseHeaderDeleteAction",
  "module_id": "LoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LbHttpResponseHeaderDeleteAction"
  },
  "properties": {
    "header_name": {
      "required": true,
      "title": "Name of a header field of HTTP response message",
      "type": "string"
    },
    "type": {
      "$ref": "LbRuleActionType",
      "description": "The property identifies the load balancer rule action type.",
      "required": true,
      "title": "Type of load balancer rule action"
    }
  },
  "title": "Action to delete HTTP response header fields",
  "type": "object"
}