delete_feature
Permanently delete a feature definition and all its associated values from a specified table. Irreversible action that also removes provenance information.
Instructions
Delete a feature definition and all its values. Cannot be undone.
WARNING: This permanently removes the feature table and all associated values. All provenance information for this feature will be lost.
Args: table_name: Table the feature is attached to. feature_name: Name of the feature to delete.
Returns: JSON with status, feature_name, table_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| feature_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |