Skip to main content
Version: Latest

Remove a Global Blueprint Input

Description: Remove a global input from a specific blueprint.

Signature: remove_global_input(topology_name, input_name)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint that you want to remove
input_nameInYesThe name of the global input to remove. Note: Only one input can be removed per method call.

Sample:

packageEditor.remove_global_input('Blueprint1', 'global1')