kittycad.api.payments.delete_payment_information_for_user

Functions

asyncio(*, client)

This includes billing address, phone, and name.

asyncio_detailed(*, client)

rtype:

Response[Optional[Error]]

sync(*, client)

This includes billing address, phone, and name.

sync_detailed(*, client)

rtype:

Response[Optional[Error]]

kittycad.api.payments.delete_payment_information_for_user._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.payments.delete_payment_information_for_user._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.payments.delete_payment_information_for_user._parse_response(*, response)[source][source]
Return type:

Optional[Error]

async kittycad.api.payments.delete_payment_information_for_user.asyncio(*, client)[source][source]

This includes billing address, phone, and name. This endpoint requires authentication by any KittyCAD user. It deletes the payment information for the authenticated user.

Return type:

Optional[Error]

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

Response[Optional[Error]]

kittycad.api.payments.delete_payment_information_for_user.sync(*, client)[source][source]

This includes billing address, phone, and name. This endpoint requires authentication by any KittyCAD user. It deletes the payment information for the authenticated user.

Return type:

Optional[Error]

kittycad.api.payments.delete_payment_information_for_user.sync_detailed(*, client)[source][source]
Return type:

Response[Optional[Error]]