Delete IdentityMetadata
IdentityMetadata is used to store arbitrary auxiliary metadata related to an Identity within the Connector.
This use case deletes the IdentityMetadata for a given reference or a given combination of reference and key if the IdentityMetadata is equipped with the additional key identifier.
As there is at most one IdentityMetadata per reference and key combination, the IdentityMetadata that can be deleted by this use case is uniquely determined.
Parameters
referenceis theaddressof the Identity about which the IdentityMetadata is to be deleted.- Optionally,
keyis the additional identifier of the IdentityMetadata to be deleted.
On Success
- Deletes the IdentityMetadata for the specified combination of
referenceandkey.
On Failure
- There is no stored IdentityMetadata for the specified combination of
referenceandkey.