Delete Batch Import Job
| frauddetector_delete_batch_import_job | R Documentation | 
Deletes the specified batch import job ID record¶
Description¶
Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
Usage¶
frauddetector_delete_batch_import_job(jobId)
Arguments¶
jobId | 
[required] The ID of the batch import job to delete.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_batch_import_job(
  jobId = "string"
)