action ix_api_network_feature_configs_destroy { label: "network_feature_configs_destroy" description: "Remove a network feature config.\n\nThe network feature config will be marked as\n`decommission_requested`.\nDecommissioning a network feature config will not\ncascade to related services or service configs." provider: ix_api method: DELETE path: "/network-feature-configs/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Network Feature Config" type: "object" } }