Skip to main content
POST
/
api
/
v1
/
jobs
/
{job_id}
/
cancel
Cancel Job
curl --request POST \
  --url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

unstructured-api-key
string | null

Path Parameters

job_id
string<uuid>
required

Response

Successful Response