kittycad.api.orgs.delete_org
Functions
|
In order to delete an org, you must first delete all of its members, except yourself. |
|
|
|
In order to delete an org, you must first delete all of its members, except yourself. |
|
- async kittycad.api.orgs.delete_org.asyncio(*, client)[source][source]
In order to delete an org, you must first delete all of its members, except yourself. You must also have no outstanding invoices or unpaid balances. This endpoint requires authentication by an org admin. It deletes the authenticated user’s org.
- kittycad.api.orgs.delete_org.sync(*, client)[source][source]
In order to delete an org, you must first delete all of its members, except yourself. You must also have no outstanding invoices or unpaid balances. This endpoint requires authentication by an org admin. It deletes the authenticated user’s org.