IoTThingsGraph / Client / delete_system_template
delete_system_template#
- IoTThingsGraph.Client.delete_system_template(**kwargs)#
- Deletes a system. New deployments can’t contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.delete_system_template( id='string' ) - Parameters:
- id (string) – - [REQUIRED] - The ID of the system to be deleted. - The ID should be in the following format. - urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoTThingsGraph.Client.exceptions.InvalidRequestException
- IoTThingsGraph.Client.exceptions.ThrottlingException
- IoTThingsGraph.Client.exceptions.InternalFailureException
- IoTThingsGraph.Client.exceptions.ResourceInUseException