:doc:`IoT <../../iot>` / Client / delete_job_template

*******************
delete_job_template
*******************



.. py:method:: IoT.Client.delete_job_template(**kwargs)

  

  Deletes the specified job template.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/DeleteJobTemplate>`_  


  **Request Syntax**
  ::

    response = client.delete_job_template(
        jobTemplateId='string'
    )
    
  :type jobTemplateId: string
  :param jobTemplateId: **[REQUIRED]** 

    The unique identifier of the job template to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

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

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

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

  