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