Back to AsanaRemove A Custom Field From A Project
Removes a custom field setting from a project.
Input
type: object
properties:
parameters:
type: object
properties:
project_gid:
type: string
description: Globally unique identifier for the project.
opt_pretty:
type: boolean
description: >-
Provides “pretty” output.
Provides the response in a “pretty” format. In the case of JSON this
means doing proper line breaking and indentation to make it readable.
This will take extra time and increase the response size so it is
advisable only to use this during debugging.
required:
- project_gid
title: Parameters
data:
type: object
properties:
data:
type: object
properties:
custom_field:
description: The custom field to remove from this portfolio.
type: string
example: '14916'
title: Data
Output
type: object
properties:
data:
type: object