kittycad.api.users.delete_user_self

Functions

asyncio(*, client)

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(*, client)

rtype

Response[Union[Any, Error]]

sync(*, client)

This endpoint requires authentication by any KittyCAD user.

sync_detailed(*, client)

rtype

Response[Union[Any, Error]]

kittycad.api.users.delete_user_self._build_response(*, response)[source][source]
Return type

Response[Union[Any, Error]]

kittycad.api.users.delete_user_self._get_kwargs(*, client)[source][source]
Return type

Dict[str, Any]

kittycad.api.users.delete_user_self._parse_response(*, response)[source][source]
Return type

Union[Any, Error, None]

async kittycad.api.users.delete_user_self.asyncio(*, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It deletes the authenticated user from KittyCAD’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.

Return type

Union[Any, Error, None]

async kittycad.api.users.delete_user_self.asyncio_detailed(*, client)[source][source]
Return type

Response[Union[Any, Error]]

kittycad.api.users.delete_user_self.sync(*, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It deletes the authenticated user from KittyCAD’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.

Return type

Union[Any, Error, None]

kittycad.api.users.delete_user_self.sync_detailed(*, client)[source][source]
Return type

Response[Union[Any, Error]]