Asana · Schema

RemoveCustomFieldSettingRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
custom_field string The custom field to remove from this portfolio.
View JSON Schema on GitHub

JSON Schema

asana-removecustomfieldsettingrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RemoveCustomFieldSettingRequest",
  "title": "RemoveCustomFieldSettingRequest",
  "type": "object",
  "required": [
    "custom_field"
  ],
  "properties": {
    "custom_field": {
      "description": "The custom field to remove from this portfolio.",
      "type": "string",
      "example": "14916"
    }
  }
}