Remove RUN or THREAD items from a single annotation queue by item ID.
func (
r *AnnotationQueueItemService) DeleteAll(ctx context.Context,
queueID string,
body AnnotationQueueItemDeleteAllParams,
opts ...option.RequestOption) (res *AnnotationQueueItemDeleteAllResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
body* | AnnotationQueueItemDeleteAllParams | |
opts* | ...option.RequestOption |