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
|
Parameter |
Type |
Description |
|---|---|---|
|
{ identifier, kid, options } |
{ identifier: IIdentifier; kid: string; options?: IUpdateOpts; } | |
|
context |
IContext |
Promise<any>
identifier provider specific response. Can be txHash, etc,