Asana · Schema

GoalRemoveSupportingRelationshipRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
supporting_resource string The gid of the supporting resource to remove from the parent goal. Must be the gid of a goal, project, task, or portfolio.
View JSON Schema on GitHub

JSON Schema

asana-goalremovesupportingrelationshiprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoalRemoveSupportingRelationshipRequest",
  "title": "GoalRemoveSupportingRelationshipRequest",
  "type": "object",
  "required": [
    "supporting_resource"
  ],
  "properties": {
    "supporting_resource": {
      "description": "The gid of the supporting resource to remove from the parent goal. Must be the gid of a goal, project, task, or portfolio.",
      "type": "string",
      "example": "12345"
    }
  }
}