Delete Audience Generation Job
| cleanroomsml_delete_audience_generation_job | R Documentation |
Deletes the specified audience generation job, and removes all data associated with the job¶
Description¶
Deletes the specified audience generation job, and removes all data associated with the job.
Usage¶
cleanroomsml_delete_audience_generation_job(audienceGenerationJobArn)
Arguments¶
audienceGenerationJobArn |
[required] The Amazon Resource Name (ARN) of the audience generation job that you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_audience_generation_job(
audienceGenerationJobArn = "string"
)