kittycad.api.users.delete_user_self

Functions

asyncio(*, client)

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(*, client)

rtype:

Response[Optional[Error]]

sync(*, client)

This endpoint requires authentication by any KittyCAD user.

sync_detailed(*, client)

rtype:

Response[Optional[Error]]

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

Response[Optional[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:

Optional[Error]

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:

Optional[Error]

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

Response[Optional[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:

Optional[Error]

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

Response[Optional[Error]]