:doc:`ChimeSDKMediaPipelines <../../chime-sdk-media-pipelines>` / Client / delete_media_insights_pipeline_configuration

********************************************
delete_media_insights_pipeline_configuration
********************************************



.. py:method:: ChimeSDKMediaPipelines.Client.delete_media_insights_pipeline_configuration(**kwargs)

  

  Deletes the specified configuration settings.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_media_insights_pipeline_configuration(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ConflictException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException`

  