You can now soft delete assets in the Scripting and Web Client SDKs. To support this, the FinalLifeCycleManager now includes the following methods:
SoftDeleteAsync: moves the asset to the deleted state.RestoreFromDeleteAsync: restores a soft-deleted asset to the state it was in before deletion.