DELETE
/
api
/
svc
/
v1
/
jobs
/
{jobId}
/
runs
/
{jobRunName}
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Application Id of JOB

jobRunName
string
required

Job run name of the application

Response

200
application/json
Job Run deleted
message
string
required

Job run deleted