ckanaction

job_cancel

Cancel a queued background job.

Removes the job from the queue and deletes it.

DELETE
job_cancel

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

The ID of the background job.

curl -X DELETE "http://localhost:5000/api/3/action/job_cancel" \  -H "Content-Type: application/json" \  -d '{}'