Asana · Schema

PortfolioRemoveItemRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
item string The item to remove from the portfolio.
View JSON Schema on GitHub

JSON Schema

asana-portfolioremoveitemrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PortfolioRemoveItemRequest",
  "title": "PortfolioRemoveItemRequest",
  "type": "object",
  "required": [
    "item"
  ],
  "properties": {
    "item": {
      "description": "The item to remove from the portfolio.",
      "type": "string",
      "example": "1331"
    }
  }
}