Import Jobs

Delete Import Job Queue Entry

DELETE /api/.../importjobs/{importjobid}

Delete an import job from the queue.

Request Information

Parameters
Name Type Required Description
importjobid Integer Yes The unique id assigned to import job.

Response Information

Example
application/json, text/json
        true
    

HTTP Response Codes

Code Description
200 OK. Success
403 Forbidden. Permission(s) not granted.
404 Import job not found.