Delete one or more records from an annotation queue by their IDs.
If one or more record IDs are not found or do not belong to the specified queue, they are silently ignored. A 204 response does not guarantee that all provided IDs were deleted.
Returns 404 if the annotation queue specified by annotation_queue_id is not found.
Individual missing record IDs do not trigger a 404.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
The unique identifier of the annotation queue A universally unique identifier
"RW50aXR5OjEyMzQ1"
Body containing the IDs of annotation queue records to delete
The IDs of the annotation queue records to delete.
1 - 100 elementsA universally unique identifier
Annotation queue records successfully deleted