> ## 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="a0d332957e62abb7a9bef8ac95512b655" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0d332957e62abb7a9bef8ac95512b655">◆ </a></span>revokePermissionTable() <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"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> kinetica.Kinetica.revokePermissionTable </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionTableRequest">RevokePermissionTableRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></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>\[DEPRECATED–please use <a className="el" href="#a6d480be0eeec131c56e35ef7f393b6a6">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="paramname">request\_</td>
              <td>Request 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">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L58988">58988</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a829fa6df5279f168c0501349d2cd9b1f" />

  <h2 className="memtitle"><span className="permalink"><a href="#a829fa6df5279f168c0501349d2cd9b1f">◆ </a></span>revokePermissionTable() <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"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> kinetica.Kinetica.revokePermissionTable </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">permission</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</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>\[DEPRECATED–please use <a className="el" href="#a6d480be0eeec131c56e35ef7f393b6a6">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="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="paramname">permission</td>

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

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a6231b5a1e0f6e72fd116889f183a9400">TABLE\_ADMIN</a>: Full read/write and administrative access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a00a79fa16e8a0d723687311bfc41d6de">TABLE\_INSERT</a>: Insert access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a68cacf47d8e0c1a0b3266c612890706a">TABLE\_UPDATE</a>: Update access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a681d4b9b1b10a97d56cf8a570b512b00">TABLE\_DELETE</a>: Delete access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a4c1d67abcfb97f5097ae167888c3c907">TABLE\_READ</a>: Read access to the table. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">table\_name</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="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Options#a3e128799f3b2abb53f7bb3de24693cf7">COLUMNS</a>: Apply security to these columns, comma-separated. The default value is ''. </li>
                </ul>

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

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L59074">59074</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a5e2f41c0c473bb8cec1430adda479dfe" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5e2f41c0c473bb8cec1430adda479dfe">◆ </a></span>RevokePermissionTableAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> > kinetica.Kinetica.RevokePermissionTableAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_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">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>\[DEPRECATED–please use <a className="el" href="#a6d480be0eeec131c56e35ef7f393b6a6">revokePermission</a> instead] Revokes a table-level permission from a user or role. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L59006">59006</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="ac4700a1edf2ce3ffac9fd5985418def5" />

  <h2 className="memtitle"><span className="permalink"><a href="#ac4700a1edf2ce3ffac9fd5985418def5">◆ </a></span>RevokePermissionTableAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionTableResponse">RevokePermissionTableResponse</a> > kinetica.Kinetica.RevokePermissionTableAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">permission</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>\[DEPRECATED–please use <a className="el" href="#a6d480be0eeec131c56e35ef7f393b6a6">revokePermission</a> instead] Revokes a table-level permission from a user or role. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <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="paramname">permission</td>

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

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a6231b5a1e0f6e72fd116889f183a9400">TABLE\_ADMIN</a>: Full read/write and administrative access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a00a79fa16e8a0d723687311bfc41d6de">TABLE\_INSERT</a>: Insert access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a68cacf47d8e0c1a0b3266c612890706a">TABLE\_UPDATE</a>: Update access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a681d4b9b1b10a97d56cf8a570b512b00">TABLE\_DELETE</a>: Delete access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Permission#a4c1d67abcfb97f5097ae167888c3c907">TABLE\_READ</a>: Read access to the table. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">table\_name</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="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionTableRequest_1_1Options#a3e128799f3b2abb53f7bb3de24693cf7">COLUMNS</a>: Apply security to these columns, comma-separated. The default value is ''. </li>
                </ul>

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

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L59146">59146</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
