Values.DeleteProcurementPortalPreferenceRequestSourceThis feature API is subject to changing at any time. For more information, see the Amazon Web Services Service Terms (Betas and Previews). Deletes an existing procurement portal preference. This action cannot be undone. Active e-invoice delivery and PO retrieval configurations will be terminated.
type nonrec t = {procurementPortalPreferenceArn : ProcurementPortalPreferenceArnString.t;The Amazon Resource Name (ARN) of the procurement portal preference to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ProcurementPortalPreferenceArnString.t ]) list ]