kittycad.api.payments.delete_payment_method_for_org

Functions

asyncio(id, *, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(id, *, client)

sync(id, *, client)

This endpoint requires authentication by an org admin.

sync_detailed(id, *, client)

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

Response[Optional[Error]]

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

Dict[str, Any]

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

Optional[Error]

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

This endpoint requires authentication by an org admin. It deletes the specified payment method for the authenticated user’s org.

Return type:

Optional[Error]

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

Response[Optional[Error]]

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

This endpoint requires authentication by an org admin. It deletes the specified payment method for the authenticated user’s org.

Return type:

Optional[Error]

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

Response[Optional[Error]]