:doc:`CleanRoomsML <../../cleanroomsml>` / Client / delete_audience_generation_job

******************************
delete_audience_generation_job
******************************



.. py:method:: CleanRoomsML.Client.delete_audience_generation_job(**kwargs)

  

  Deletes the specified audience generation job, and removes all data associated with the job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteAudienceGenerationJob>`_  


  **Request Syntax**
  ::

    response = client.delete_audience_generation_job(
        audienceGenerationJobArn='string'
    )
    
  :type audienceGenerationJobArn: string
  :param audienceGenerationJobArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the audience generation job that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CleanRoomsML.Client.exceptions.ConflictException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.ValidationException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`CleanRoomsML.Client.exceptions.ResourceNotFoundException`

  