Delete Individual Job

Delete Individual Job

Delete one data job, either because it is has completed, or because it is no longer needed. If the job exists, the DMS will notify the producer (if any) that is handling the job and delete its own reference of the job.

Request
URI
DELETE
https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}
COPY
Path Parameters
string
job_id
Required

The identifier for one job.


Responses
204

Job successfully deleted.

Operation doesn't return any data structure