Summary
Deletes a list of provided root jobs and all their related items
Description
Only succeeds on completed or cancelled root jobs. Ignores jobs that don't fit that criteria. Recursively deletes children, tasks, job data, job history, and large files. Does not return details of specific document deletion
Route
POST /operations-manager/jobs/bulk-delete
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
jobIds | array | yes | Array of job ids to remove. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | The results of each root delete jobs operation and total number of items deleted per collection. |