A
RemoveItemFromPortfolio
AsanaApi.RemoveItemFromPortfolio
Description
Remove an item from a portfolio in Asana.
Use this tool to remove an item from a specified portfolio in Asana. Requires the 'portfolios:write' scope.
Input Parameters
{
"parameters": [
{
"name": "portfolio_identifier",
"required": true,
"inferrable": true,
"description": "Globally unique identifier for the portfolio to remove the item from.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "enable_pretty_output",
"required": false,
"inferrable": true,
"description": "Enable this to receive the response in a readable, formatted way. This can increase response size and is best for debugging.",
"value_schema": {
"val_type": "boolean"
}
},
{
"name": "item_to_remove",
"required": false,
"inferrable": true,
"description": "Specify the ID of the item to be removed from the portfolio.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'removeItemForPortfolio'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}