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

# revokePermissionTable

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

  <h2 className="memtitle"><span className="permalink"><a href="#abaf044cc15bfdb39af48c3c7d838d4e6">◆ </a></span>revokePermissionTable() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> gpudb::GPUdb::revokePermissionTable </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableRequest">RevokePermissionTableRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>\[DEPRECATED–please use <a className="el" href="#a23100aed98b997cef0abdae25f01a1d3">revokePermission</a> instead] Revokes a table-level permission from a user or role. </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">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a8d3b2f5c7e28677e5ea3c4be996dcabd" />

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

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> & gpudb::GPUdb::revokePermissionTable </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableRequest">RevokePermissionTableRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>\[DEPRECATED–please use <a className="el" href="#a23100aed98b997cef0abdae25f01a1d3">revokePermission</a> instead] Revokes a table-level permission from a user or role. </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">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="ac4183c48e168e0ce4d78c82f96d6adc3" />

  <h2 className="memtitle"><span className="permalink"><a href="#ac4183c48e168e0ce4d78c82f96d6adc3">◆ </a></span>revokePermissionTable() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> gpudb::GPUdb::revokePermissionTable </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">permission</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</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> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>\[DEPRECATED–please use <a className="el" href="#a55a1f3f0e5c95eb77a49e34b51ac9f09">revokePermission</a> instead] Revokes a table-level permission from a user or role. </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">name</td>
              <td>Name of the user or role from which the permission will be revoked. Must be an existing user or role. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">permission</td>

              <td>
                Permission to revoke from the user or role. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ada71c4c0435153ec10bff5873e2e9468">revoke\_permission\_table\_table\_admin</a>: Full read/write and administrative access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#afa14e9af75c3a742ac09c0e362f22468">revoke\_permission\_table\_table\_insert</a>: Insert access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb409c8abd923492b460aaa66a2229c7">revoke\_permission\_table\_table\_update</a>: Update access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a32e91402beeb87d7db3f248da596ddc7">revoke\_permission\_table\_table\_delete</a>: Delete access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a465f0e61f1207798cd5a697bbdf366c0">revoke\_permission\_table\_table\_read</a>: Read access to the table. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table to which the permission grants access, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table, view or schema. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f0c69fd6e2c448a915e260f0f70d649">revoke\_permission\_table\_columns</a>: Apply security to these columns, comma-separated. The default value is ''. </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="abf33298e271827ae006a41f25658968c" />

  <h2 className="memtitle"><span className="permalink"><a href="#abf33298e271827ae006a41f25658968c">◆ </a></span>revokePermissionTable() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> & gpudb::GPUdb::revokePermissionTable </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">permission</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</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>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>\[DEPRECATED–please use <a className="el" href="#a55a1f3f0e5c95eb77a49e34b51ac9f09">revokePermission</a> instead] Revokes a table-level permission from a user or role. </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">name</td>
              <td>Name of the user or role from which the permission will be revoked. Must be an existing user or role. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">permission</td>

              <td>
                Permission to revoke from the user or role. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ada71c4c0435153ec10bff5873e2e9468">revoke\_permission\_table\_table\_admin</a>: Full read/write and administrative access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#afa14e9af75c3a742ac09c0e362f22468">revoke\_permission\_table\_table\_insert</a>: Insert access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb409c8abd923492b460aaa66a2229c7">revoke\_permission\_table\_table\_update</a>: Update access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a32e91402beeb87d7db3f248da596ddc7">revoke\_permission\_table\_table\_delete</a>: Delete access to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a465f0e61f1207798cd5a697bbdf366c0">revoke\_permission\_table\_table\_read</a>: Read access to the table. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table to which the permission grants access, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table, view or schema. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f0c69fd6e2c448a915e260f0f70d649">revoke\_permission\_table\_columns</a>: Apply security to these columns, comma-separated. The default value is ''. </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionTableResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
