Method
deleteFeatureGroupVersion DELETE
Copy DELETE

Deletes a Feature Group Version.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupVersion str String identifier for the feature group version to be removed.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
ConflictError

Deletion failed because the feature group version is either in a completed state or actively used in other artifacts.

Language: