ocrJobDelete
mutation
Delete OCR jobs
Removes one or more OCR jobs. Only failed jobs can be deleted.
mutation {
ocrJobDelete(companyId: Int!, ocrJobId: [String]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
ocrJobId | [String]! |