[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Delete Job
DescriptionDelete a single job.
Request
URLURL
https://{api_host}/v0alpha1/jobs/{job_id}
Path Parameters
Path Parameters
string
job_id
Required
The unique identifier for one job result.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X DELETE https://{api_host}/v0alpha1/jobs/{job_id}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1