delete_portfolio
Remove a portfolio permanently from storage by specifying its name to manage portfolio data effectively.
Instructions
Delete a stored portfolio.
Permanently removes a portfolio from storage.
Args: name: The portfolio name to delete.
Returns: Dictionary with deletion status.
Example:
result = delete_portfolio(name="old_portfolio")
if result['deleted']:
print("Portfolio deleted successfully")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |