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