:doc:`GroundStation <../../groundstation>` / Client / delete_dataflow_endpoint_group

******************************
delete_dataflow_endpoint_group
******************************



.. py:method:: GroundStation.Client.delete_dataflow_endpoint_group(**kwargs)

  

  Deletes a dataflow endpoint group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteDataflowEndpointGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_dataflow_endpoint_group(
        dataflowEndpointGroupId='string'
    )
    
  :type dataflowEndpointGroupId: string
  :param dataflowEndpointGroupId: **[REQUIRED]** 

    UUID of a dataflow endpoint group.

    

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

    
    ::

      {
          'dataflowEndpointGroupId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **dataflowEndpointGroupId** *(string) --* 

        UUID of a dataflow endpoint group.

        
  
  **Exceptions**
  
  *   :py:class:`GroundStation.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`GroundStation.Client.exceptions.DependencyException`

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

  