Skip to content

Taipy.core.untag

Remove a tag from a scenario.

This function removes a specified tag from the given scenario. If the scenario does not have the specified tag, it has no effect.

Parameters:

Name Type Description Default
scenario Scenario

The scenario from which the tag will be removed.

required
tag str

The tag to remove from the scenario.

required