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

*************
delete_config
*************



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

  

  Deletes a ``Config``.

  

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


  **Request Syntax**
  ::

    response = client.delete_config(
        configId='string',
        configType='antenna-downlink'|'antenna-downlink-demod-decode'|'tracking'|'dataflow-endpoint'|'antenna-uplink'|'uplink-echo'|'s3-recording'|'telemetry-sink'
    )
    
  :type configId: string
  :param configId: **[REQUIRED]** 

    UUID of a ``Config``.

    

  
  :type configType: string
  :param configType: **[REQUIRED]** 

    Type of a ``Config``.

    

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

    
    ::

      {
          'configId': 'string',
          'configType': 'antenna-downlink'|'antenna-downlink-demod-decode'|'tracking'|'dataflow-endpoint'|'antenna-uplink'|'uplink-echo'|'s3-recording'|'telemetry-sink',
          'configArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **configId** *(string) --* 

        UUID of a ``Config``.

        
      

      - **configType** *(string) --* 

        Type of a ``Config``.

        
      

      - **configArn** *(string) --* 

        ARN of a ``Config``.

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

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

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

  