curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete Job Run for provided jobRunName and jobId
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?