© 2024 Clarivate
PUT /api/.../importjobs/stop/{importjobid}
Stop an import job from the queue.
Name | Type | Required | Description |
---|---|---|---|
importjobid | Integer | Yes | The unique id assigned to import job. |
true
Code | Description |
---|---|
200 | OK. Success |
403 | Forbidden. Permission(s) not granted. |
404 | Import job not found. |