Values.DeleteConfiguredAudienceModelRequestSourceDeletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.
type nonrec t = {configuredAudienceModelArn : ConfiguredAudienceModelArn.t;The Amazon Resource Name (ARN) of the configured audience model that you want to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ConfiguredAudienceModelArn.t ]) list ]