Module Values.DeleteProcurementPortalPreferenceRequestSource

This 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.

Sourcetype nonrec t = {
  1. procurementPortalPreferenceArn : ProcurementPortalPreferenceArnString.t;
    (*

    The Amazon Resource Name (ARN) of the procurement portal preference to delete.

    *)
}
Sourceval context_ : string
Sourceval make : procurementPortalPreferenceArn:ProcurementPortalPreferenceArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProcurementPortalPreferenceArnString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t