Delete a run from an an annotation queue.
deleteRunFromAnnotationQueue(queueId: string, queueRunId: string): Promise<void>| Name | Type | Description |
|---|---|---|
queueId* | string | The ID of the annotation queue to delete the run from |
queueRunId* | string | The ID of the run to delete from the annotation queue |