Skip to main content
DELETE
/
api
/
v1
/
jobs
/
{job_id}
Delete Job
curl --request DELETE \
  --url https://control-plane.kubiya.ai/api/v1/jobs/{job_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

job_id
string
required

Response

Successful Response