Delete Audience Model
| cleanroomsml_delete_audience_model | R Documentation | 
Specifies an audience model that you want to delete¶
Description¶
Specifies an audience model that you want to delete. You can't delete an audience model if there are any configured audience models that depend on the audience model.
Usage¶
cleanroomsml_delete_audience_model(audienceModelArn)
Arguments¶
| audienceModelArn | [required] The Amazon Resource Name (ARN) of the audience model that you want to delete. | 
Value¶
An empty list.
Request syntax¶
svc$delete_audience_model(
  audienceModelArn = "string"
)