kittycad.api.users.delete_user_self

Functions

asyncio(*, client)

This endpoint requires authentication by any Zoo user.

asyncio_detailed(*, client)

rtype:

Response[Optional[Error]]

sync(*, client)

This endpoint requires authentication by any Zoo 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 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.

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 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.

Return type:

Optional[Error]

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

Response[Optional[Error]]