:doc:`drs <../../drs>` / Client / delete_job

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



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

  

  Deletes a single Job by ID.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteJob>`_  


  **Request Syntax**
  ::

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

    The ID of the Job to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`drs.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`drs.Client.exceptions.InternalServerException`

  
  *   :py:class:`drs.Client.exceptions.ConflictException`

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

  
  *   :py:class:`drs.Client.exceptions.UninitializedAccountException`

  