:doc:`CloudWatchObservabilityAdminService <../../observabilityadmin>` / Client / delete_telemetry_pipeline

*************************
delete_telemetry_pipeline
*************************



.. py:method:: CloudWatchObservabilityAdminService.Client.delete_telemetry_pipeline(**kwargs)

  

  Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/DeleteTelemetryPipeline>`_  


  **Request Syntax**
  ::

    response = client.delete_telemetry_pipeline(
        PipelineIdentifier='string'
    )
    
  :type PipelineIdentifier: string
  :param PipelineIdentifier: **[REQUIRED]** 

    The ARN of the telemetry pipeline to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException`

  