© 2024 Clarivate
DELETE /api/.../jobqueue/{jobid}/bib
Purge a Bibliographic Bulk Change job from the queue.
Name | Type | Required | Description |
---|---|---|---|
jobid | Integer | Yes | The unique id assigned to bib bulk change job. |
true
Code | Description |
---|---|
200 | OK. Success |
DELETE /api/.../jobqueue?jobType={jobType}
Delete specific job queue entries based on job type and list of job IDs.
Name | Type | Required | Description |
---|---|---|---|
jobType | String | Yes | The type of the job to delete. |
ids | Array of Integer | Yes | The list of unique ids assigned to jobs to be deleted provided in the request body. |
true
Code | Description |
---|---|
200 | OK. Success |