I HAVE GENERATED YOUR NEW DOCS!
This commit is contained in:
@ -190,8 +190,8 @@
|
||||
<dl class="py function">
|
||||
<dt class="sig sig-object py" id="kittycad.api.users.delete_user_self.asyncio">
|
||||
<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">kittycad.api.users.delete_user_self.</span></span><span class="sig-name descname"><span class="pre">asyncio</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">client</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/kittycad/kittycad.py/kittycad/api/users/delete_user_self.py"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="reference internal" href="../_modules/kittycad/api/users/delete_user_self.html#asyncio"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#kittycad.api.users.delete_user_self.asyncio" title="Link to this definition"></a></dt>
|
||||
<dd><p>This endpoint requires authentication by any Zoo user. It deletes the authenticated user from Zoo’s database.
|
||||
This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.</p>
|
||||
<dd><p>This endpoint requires authentication by any Zoo user. It deletes the authenticated user from Zoo’s database.</p>
|
||||
<p>This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.</p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
||||
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Optional</span></code></a>[<a class="reference internal" href="kittycad.models.error.Error.html#kittycad.models.error.Error" title="kittycad.models.error.Error"><code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code></a>]</span></p>
|
||||
@ -212,8 +212,8 @@ This call will only succeed if all invoices associated with the user have been p
|
||||
<dl class="py function">
|
||||
<dt class="sig sig-object py" id="kittycad.api.users.delete_user_self.sync">
|
||||
<span class="sig-prename descclassname"><span class="pre">kittycad.api.users.delete_user_self.</span></span><span class="sig-name descname"><span class="pre">sync</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">client</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/kittycad/kittycad.py/kittycad/api/users/delete_user_self.py"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="reference internal" href="../_modules/kittycad/api/users/delete_user_self.html#sync"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#kittycad.api.users.delete_user_self.sync" title="Link to this definition"></a></dt>
|
||||
<dd><p>This endpoint requires authentication by any Zoo user. It deletes the authenticated user from Zoo’s database.
|
||||
This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.</p>
|
||||
<dd><p>This endpoint requires authentication by any Zoo user. It deletes the authenticated user from Zoo’s database.</p>
|
||||
<p>This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.</p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
||||
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Optional</span></code></a>[<a class="reference internal" href="kittycad.models.error.Error.html#kittycad.models.error.Error" title="kittycad.models.error.Error"><code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code></a>]</span></p>
|
||||
|
Reference in New Issue
Block a user