AbstractIdentifierProvider.removeService() method
Signature:
abstract removeService(args: {
identifier: IIdentifier;
id: string;
options?: IDIDManagerRemoveServiceArgs['options'];
}, context: IAgentContext<IKeyManager>): Promise<any>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ identifier: IIdentifier; id: string; options?: IDIDManagerRemoveServiceArgs['options']; } | |
|
context |
Promise<any>