Looks like asset.unload should release the VRAM used by the texture and you can use asset.loaded to check if the resource has been loaded.
asset.unload
asset.loaded
Links: