Removes a tag from a feature
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | featureGroupId | str | The unique string identifier of the feature group. |
Yes | feature | str | The feature to remove the tag from. |
Yes | tag | str | The tag to remove. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
TYPE | WHEN |
---|---|
DataNotFoundError |
|