Asana API

Getting access, Developing, Testing

Back to Asana

Remove A Custom Field From A Portfolio

Removes a custom field setting from a portfolio.

Input

type: object properties: parameters: type: object properties: portfolio_gid: type: string description: Globally unique identifier for the portfolio. 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: - portfolio_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