[docs]defsync(*,client:Client,)->Optional[Error]:"""This includes billing address, phone, and name. This endpoint requires authentication by any Zoo user. It deletes the payment information for the authenticated user."""# noqa: E501returnsync_detailed(client=client,).parsed
[docs]asyncdefasyncio(*,client:Client,)->Optional[Error]:"""This includes billing address, phone, and name. This endpoint requires authentication by any Zoo user. It deletes the payment information for the authenticated user."""# noqa: E501return(awaitasyncio_detailed(client=client,)).parsed