Skip to main content

IonDIDProvider.removeKey() method

Removes a key from a DID Document

Signature:

removeKey({ identifier, kid, options }: {
identifier: IIdentifier;
kid: string;
options?: IUpdateOpts;
}, context: IContext): Promise<any>;

Parameters

ParameterTypeDescription
{ identifier, kid, options }{ identifier: IIdentifier; kid: string; options?: IUpdateOpts; }
contextIContext

Returns:

Promise<any>

identifier provider specific response. Can be txHash, etc,