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