> ## 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.

# gpudb::DeleteProcRequest

> gpudb::DeleteProcRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a031d477fc8efd8fff4c0dbddec79a061">GPUdb::deleteProc</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/delete__proc_8h_source">gpudb/protocol/delete\_proc.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a0191a403642d31ecebf51dee03bbb7c0" id="r_a0191a403642d31ecebf51dee03bbb7c0">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0191a403642d31ecebf51dee03bbb7c0">DeleteProcRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a0191a403642d31ecebf51dee03bbb7c0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1DeleteProcRequest" title="A set of parameters for GPUdb::deleteProc.">DeleteProcRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a0191a403642d31ecebf51dee03bbb7c0">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ac33f1659e7ac8137d631d1d5f18dd209" id="r_ac33f1659e7ac8137d631d1d5f18dd209">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac33f1659e7ac8137d631d1d5f18dd209">DeleteProcRequest</a> (const std::string \&procName\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:ac33f1659e7ac8137d631d1d5f18dd209">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1DeleteProcRequest" title="A set of parameters for GPUdb::deleteProc.">DeleteProcRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:ac33f1659e7ac8137d631d1d5f18dd209">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a6da9484b5999a332e8d5488d304ee97c" id="r_a6da9484b5999a332e8d5488d304ee97c">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6da9484b5999a332e8d5488d304ee97c">procName</a></td>
      </tr>

      <tr className="memdesc:a6da9484b5999a332e8d5488d304ee97c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the proc to be deleted. <br /></td>
      </tr>

      <tr className="separator:a6da9484b5999a332e8d5488d304ee97c">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a875150442e6548e38c28fb72abfe1e51" id="r_a875150442e6548e38c28fb72abfe1e51">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a875150442e6548e38c28fb72abfe1e51">options</a></td>
      </tr>

      <tr className="memdesc:a875150442e6548e38c28fb72abfe1e51">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:a875150442e6548e38c28fb72abfe1e51">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a031d477fc8efd8fff4c0dbddec79a061">GPUdb::deleteProc</a>. </p>
      <p>Deletes a proc. Any currently running instances of the proc will be killed. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__proc_8h_source#l00018">18</a> of file <a className="el" href="/content/api/cpp/delete__proc_8h_source">delete\_proc.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a0191a403642d31ecebf51dee03bbb7c0">◆ </a></span>DeleteProcRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::DeleteProcRequest::DeleteProcRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

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

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1DeleteProcRequest" title="A set of parameters for GPUdb::deleteProc.">DeleteProcRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__proc_8h_source#l00023">23</a> of file <a className="el" href="/content/api/cpp/delete__proc_8h_source">delete\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac33f1659e7ac8137d631d1d5f18dd209">◆ </a></span>DeleteProcRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::DeleteProcRequest::DeleteProcRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">procName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1DeleteProcRequest" title="A set of parameters for GPUdb::deleteProc.">DeleteProcRequest</a> object with the specified parameters. </p>

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

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">procName\_</td>
                <td>Name of the proc to be deleted. Must be the name of a currently existing proc. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. The default value is an empty map. </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__proc_8h_source#l00037">37</a> of file <a className="el" href="/content/api/cpp/delete__proc_8h_source">delete\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a875150442e6548e38c28fb72abfe1e51">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::DeleteProcRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__proc_8h_source#l00052">52</a> of file <a className="el" href="/content/api/cpp/delete__proc_8h_source">delete\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6da9484b5999a332e8d5488d304ee97c">◆ </a></span>procName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::DeleteProcRequest::procName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the proc to be deleted. </p>
        <p>Must be the name of a currently existing proc. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__proc_8h_source#l00047">47</a> of file <a className="el" href="/content/api/cpp/delete__proc_8h_source">delete\_proc.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/delete__proc_8h_source">delete\_proc.h</a></li>
    </ul>
  </div>
</div>
