Skip to main content
Delete Job
curl --request DELETE \
  --url https://api.ionworks.com/jobs/{job_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

job_id
string
required

The ID of the job to delete

Response

Successful Response