kittycad.api.orgs.delete_org

Functions

asyncio(*, client)

In order to delete an org, you must first delete all of its members, except yourself.

asyncio_detailed(*, client)

sync(*, client)

In order to delete an org, you must first delete all of its members, except yourself.

sync_detailed(*, client)

kittycad.api.orgs.delete_org._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.orgs.delete_org._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.delete_org._parse_response(*, response)[source][source]
Return type:

Optional[Error]

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.

Return type:

Optional[Error]

async kittycad.api.orgs.delete_org.asyncio_detailed(*, client)[source][source]
Return type:

Response[Optional[Error]]

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.

Return type:

Optional[Error]

kittycad.api.orgs.delete_org.sync_detailed(*, client)[source][source]
Return type:

Response[Optional[Error]]