active:false and index:null. To identify only the fields currently in use in the interface, filter by active:true combined with index not equal to null.PUT .../fields), since that update replaces the entire list: the id values of existing fields must be reused in the update payload so they are not accidentally removed.curl --location '/v1/flows//phases//fields'{
"fields": [
{
"id": "string",
"name": "string",
"type": "string",
"help": "string",
"description": "string",
"required": true,
"editable": true,
"active": true,
"category": "default",
"index": 0,
"sectionMetadata": {
"sectionId": "string",
"sectionTitle": "string",
"sectionIndex": 0
},
"options": [
"string"
]
}
]
}