Version.delete
Version.delete() → Version | void
If a version is unreleased, it will be permanently deleted, and this method will return void
. Otherwise, the historic version will be marked as deleted and all of its data will be removed, though metadata about the version will persist. In this latter case, the updated version will be returned, with version.properties["isDeleted"] == True
.
The current version of a dataset cannot be deleted.
Returns:
Version | void
Examples
Last updated
Was this helpful?