[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Delete Individual Job

Description

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

Request

URL

URL


delete
https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}
Copy

Path Parameters

Path Parameters

string
job_id Required

The identifier for one job.


Response

Response

204 No Content

Job successfully deleted.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/dms/data-consumer/v0alpha1/info-jobs/{job_id}


Feedback

Was this page helpful?