GroundStation / Client / delete_config
delete_config#
- GroundStation.Client.delete_config(**kwargs)#
- Deletes a - Config.- See also: AWS API Documentation - Request Syntax - response = client.delete_config( configId='string', configType='antenna-downlink'|'antenna-downlink-demod-decode'|'antenna-uplink'|'dataflow-endpoint'|'tracking'|'uplink-echo'|'s3-recording' ) - Parameters:
- configId (string) – - [REQUIRED] - UUID of a - Config.
- configType (string) – - [REQUIRED] - Type of a - Config.
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'configArn': 'string', 'configId': 'string', 'configType': 'antenna-downlink'|'antenna-downlink-demod-decode'|'antenna-uplink'|'dataflow-endpoint'|'tracking'|'uplink-echo'|'s3-recording' } - Response Structure - (dict) – - configArn (string) – - ARN of a - Config.
- configId (string) – - UUID of a - Config.
- configType (string) – - Type of a - Config.
 
 
 - Exceptions - GroundStation.Client.exceptions.InvalidParameterException
- GroundStation.Client.exceptions.DependencyException
- GroundStation.Client.exceptions.ResourceNotFoundException