Remove Stocks from Portfolio
remove_portfolio_stocksRemove one or more stocks from your portfolio by symbol. Use for deleting specific stocks, clearing all IT stocks, or emptying the entire portfolio after user confirmation.
Instructions
Remove one or more stocks from the user's portfolio entirely.
Use cases: • User says "Remove INFY from my portfolio" → single delete • User says "Remove all IT stocks" → you identify the symbols from get_user_portfolio, then delete them • User says "Clear my portfolio" → remove all symbols
IMPORTANT: Always confirm with the user before removing stocks. This action cannot be undone. For partial sells (reducing quantity), use update_portfolio_stock instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Array of stock symbols to remove (e.g. ['INFY', 'TCS']) |