delete_dataset_item
Remove a dataset item permanently by its ID. This action deletes the item from Langfuse observability and cannot be reversed.
Instructions
Delete a dataset item by ID.
This is a permanent deletion and cannot be undone.
Args:
ctx: Context object containing lifespan context with Langfuse client
item_id: The ID of the dataset item to delete
Returns:
A dictionary confirming the deletion
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The ID of the dataset item to delete |