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