removeMetadata

public abstract void removeMetadata(String metadataKey, Plugin owningPlugin)

Removes the given metadata value from the implementing object's metadata store.

Parameters

metadataKey

the unique metadata key identifying the metadata to remove.

owningPlugin

This plugin's metadata value will be removed. All other values will be left untouched.

Throws

If plugin is null