removeMedia(hashAlgorithm:hash:)

Delete previously stored media

func removeMedia(hashAlgorithm: String, hash: Array<UInt8>) async -> Bool

Parameters

hashAlgorithm

hash algorithm for the content ID

hash

raw hash bytes

Return Value

Promise resolving to true when removal succeeded