delete_annotation_queue_item
delete_annotation_queue_itemRemove an item from an annotation queue in Langfuse MCP server. Requires queue ID and item ID. Action is irreversible.
Instructions
Removes an item from an annotation queue. This action is irreversible. Both queueId and itemId are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queueId | Yes | The annotation queue ID. Required. | |
| itemId | Yes | The annotation queue item ID to remove. Required. |