A
AsanaApi
Arcade Native

RemoveCustomFieldFromProject

AsanaApi.RemoveCustomFieldFromProject

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Remove a custom field setting from an Asana project.

Use this tool to remove a custom field setting from a specified project in Asana. This requires the 'projects:write' scope.

Input Parameters

{
  "parameters": [
    {
      "name": "project_unique_id",
      "required": true,
      "inferrable": true,
      "description": "Globally unique identifier for the Asana project.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "custom_field_id_to_remove",
      "required": false,
      "inferrable": true,
      "description": "The ID of the custom field to remove from the specified project in Asana.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "enable_pretty_output",
      "required": false,
      "inferrable": true,
      "description": "Formats the response in a readable way with line breaks and indentation. Use for debugging as it increases response time and size.",
      "value_schema": {
        "val_type": "boolean"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'removeCustomFieldSettingForProject'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}