action ix_api_network_service_configs_destroy { label: "network_service_configs_destroy" description: "Request decommissioning the network service configuration.\n\nThe network service config will assume the state\n`decommission_requested`.\nThis will cascade to related resources like\n`network-feature-configs`." provider: ix_api method: DELETE path: "/network-service-configs/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Network Service Config" type: "object" } }