job_cancel
Cancel a queued background job.
Removes the job from the queue and deletes it.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
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 '{}'