delete_price
Delete a price entry by commodity, namespace, and date. Include source to disambiguate multiple prices on the same commodity and date.
Instructions
Delete a single price entry.
Identifies the price by (commodity, namespace, date).
Pass source to disambiguate when multiple prices exist
on the same commodity+date (e.g. one user-entered and one
fetched from a feed).
Args: commodity: Symbol (e.g., "VTSAX", "USD", "EUR"). namespace: Namespace (e.g., "FUND", "CURRENCY"). date: ISO date (YYYY-MM-DD) of the price to delete. source: Optional source tag (e.g., "user:price", "user:yfinance"). Required when multiple prices exist on the same commodity+date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| source | No | ||
| commodity | Yes | ||
| namespace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |