Skip to main content
DELETE
/
api
/
v1
/
admin
/
jobs
/
{job_id}
Cancel Job
curl --request DELETE \
  --url https://api.example.com/api/v1/admin/jobs/{job_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

job_id
string
required

Response

Successful Response