:doc:`Glue <../../glue>` / Client / delete_job

**********
delete_job
**********



.. py:method:: Glue.Client.delete_job(**kwargs)

  

  Deletes a specified job definition. If the job definition is not found, no exception is thrown.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteJob>`_  


  **Request Syntax**
  ::

    response = client.delete_job(
        JobName='string'
    )
    
  :type JobName: string
  :param JobName: **[REQUIRED]** 

    The name of the job definition to delete.

    

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

    
    ::

      {
          'JobName': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **JobName** *(string) --* 

        The name of the job definition that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  