Skip to content

Delete Batch Prediction Job

frauddetector_delete_batch_prediction_job R Documentation

Deletes a batch prediction job

Description

Deletes a batch prediction job.

Usage

frauddetector_delete_batch_prediction_job(jobId)

Arguments

jobId

[required] The ID of the batch prediction job to delete.

Value

An empty list.

Request syntax

svc$delete_batch_prediction_job(
  jobId = "string"
)