:doc:`IoTThingsGraph <../../iotthingsgraph>` / Client / deprecate_system_template

*************************
deprecate_system_template
*************************



.. py:method:: IoTThingsGraph.Client.deprecate_system_template(**kwargs)

  

  Deprecates the specified system.

  

  .. 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 <https://docs.aws.amazon.com/goto/WebAPI/iotthingsgraph-2018-09-06/DeprecateSystemTemplate>`_  


  **Request Syntax**
  ::

    response = client.deprecate_system_template(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The ID of the system to delete.

     

    The ID should be in the following format.

     

    ``urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME``

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTThingsGraph.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoTThingsGraph.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTThingsGraph.Client.exceptions.InternalFailureException`

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

  