:doc:`FraudDetector <../../frauddetector>` / Client / delete_batch_prediction_job

***************************
delete_batch_prediction_job
***************************



.. py:method:: FraudDetector.Client.delete_batch_prediction_job(**kwargs)

  

  Deletes a batch prediction job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/DeleteBatchPredictionJob>`_  


  **Request Syntax**
  ::

    response = client.delete_batch_prediction_job(
        jobId='string'
    )
    
  :type jobId: string
  :param jobId: **[REQUIRED]** 

    The ID of the batch prediction job to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`FraudDetector.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`FraudDetector.Client.exceptions.AccessDeniedException`

  