curl --request POST \
--url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/cancel{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cancel the specified job.
curl --request POST \
--url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/cancel{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?