Values.BatchDeleteTaxRegistrationRequestSourceDeletes tax registration for multiple accounts in batch. This can be used to delete tax registrations for up to five accounts in one batch. This API operation can't be used to delete your tax registration in Brazil. Use the Payment preferences page in the Billing and Cost Management console instead.
type nonrec t = {accountIds : BatchDeleteTaxRegistrationRequestAccountIdsList.t;List of unique account identifiers.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ]) list ]