We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667fc86 commit f500140Copy full SHA for f500140
labelbox/client.py
@@ -1646,7 +1646,7 @@ def delete_feature_schema_from_ontology(
1646
DeleteFeatureFromOntologyResult: The result of the feature schema removal.
1647
1648
Example:
1649
- >>> client.remove_feature_schema_from_ontology(<ontology_id>, <feature_schema_id>)
+ >>> client.delete_feature_schema_from_ontology(<ontology_id>, <feature_schema_id>)
1650
"""
1651
ontology_endpoint = self.rest_endpoint + "/ontologies/" + urllib.parse.quote(
1652
ontology_id) + "/feature-schemas/" + urllib.parse.quote(
0 commit comments