> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# removeHttpHeader

<div className="kinetica-doxygen">
  <div id="a04da24e61fee753e76aea8519c2ddb0c" />

  <h2 className="memtitle"><span className="permalink"><a href="#a04da24e61fee753e76aea8519c2ddb0c">◆ </a></span>removeHttpHeader()</h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname">void gpudb::GPUdb::removeHttpHeader </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">header</span></span></td>
          <td>)</td>

          <td />
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Removes the given HTTP header from the map of additional HTTP headers to send to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a> with each request. </p>
      <p>The user is not allowed to remove the following headers: </p>

      <ul>
        <li> Authorization </li>
        <li> Content-type </li>
        <li> Content-length </li>
        <li> ha\_sync\_mode </li>
      </ul>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">header</td>
              <td>the HTTP header</td>
            </tr>
          </table>
        </div>
      </div>

      <p>See <code><a className="el" href="#a9a05888d893e2ca984609b1a836ae5ba">getHttpHeaders()</a></code> See <code><a className="el" href="#a949cbb204510e4011233952fb00dc7f3">addHttpHeader(const std::string&, const std::string&)</a></code> </p>
    </div>
  </div>
</div>
