English
Appearance
Delete an existing reference.
This method works for both direct and symbolic references. The reference will be immediately removed on disk.
class Reference { delete(): void; }
This method will throws an error if the reference has changed from thetime it was looked up.