Delete Run From Annotation Queue.
func (
r *AnnotationQueueRunService) DeleteQueue(ctx context.Context,
queueID string,
queueRunID string,
opts ...option.RequestOption) (res *AnnotationQueueRunDeleteQueueResponse,
err error
)Delete Run From Annotation Queue
Deprecated: Deprecated: use the annotation queue items delete_all method (POST /api/v1/platform/annotation-queues/{queue_id}/items/delete) with the item ID instead. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
queueRunID* | string | |
opts* | ...option.RequestOption |