curl --location --request POST 'https://app.asana.com/api/1.0/portfolios//removeCustomFieldSetting' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": { "custom_field": "14916" } }'
{ "data": {} }