Remove Portfolio Item
asana_remove_portfolio_itemUnlink a project from an Asana portfolio without deleting the project itself. Simply specify portfolio GID and project GID to remove the association.
Instructions
Remove a project from a portfolio. This does NOT delete the project — it only removes the association. Returns a success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | The GID of the project to remove (numeric string, e.g. `'1234567890123'`). | |
| portfolio_gid | Yes | The GID of the portfolio to remove the project from (numeric string, e.g. `'1234567890123'`). |