Skip to main content
POST
/
jobs
/
{job_id}
/
cancel
Cancel Job
curl --request POST \
  --url 'https://api.example.com/jobs/{job_id}/cancel?HAIQU_API_KEY='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

job_id
string
required

Response

Successful Response