Skip to content

Home > @theweave/api > AssetServices > removeTagsFromAssetRelation

AssetServices.removeTagsFromAssetRelation property

Removes the specified tags from an asset relation

Signature:

typescript
removeTagsFromAssetRelation: (relationHash: EntryHash, tags: string[]) => Promise<void>;