delete_dataset_item
Permanently remove a dataset item using its unique ID. This action is irreversible and deletes the item from the Langfuse dataset.
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
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The ID of the dataset item to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||