Remove item from portfolio
portfolio_remove_itemRemove a project from a portfolio and drop any portfolio-level custom field values set on that project.
Instructions
Remove a project from a portfolio. This also drops any portfolio-level custom field values set on that project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true. Guard against accidental removal. | |
| item_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. | |
| portfolio_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. |