Remove DID Profile Info
Remove information about a DID we interacted with.
Future<void> removeDidProfileInfo({
required String did,
required String privateKey,
required String interactedWithDid,
});
did
is the DID we interactedd with.
The privateKey
is the key used to access all the sensitive information from the identity and also to realize operations like generating proofs.
interactedWithDid
is the identifier of the service we have interacted with. This is used to be able to recognize/use it in another occasion.