delete https://{hostname}/config//flows//fields/
Removes a field from the flow. Also removes the field from any forms that reference the field.
Responses
204Successfully deleted.
Removes a field from the flow. Also removes the field from any forms that reference the field.
204Successfully deleted.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/config/app_id/flows/flow/fields/field \
--header 'accept: application/json'