Skip to content

Home > @theweave/api > AssetServices > removeAssetRelation

AssetServices.removeAssetRelation property

Removes an asset relation and all its tags. This function deliberately returns no value because Tool frontends should subscribe to the AssetStore(s) to update their frontend state.

Signature:

typescript
removeAssetRelation: (relationHash: EntryHash) => Promise<void>;