removeNotification
FunctionremoveNotification(requestOptions: IRemoveNotificationOptions): Promise<{ notificationId: string; success: boolean }>Delete a notification.
Parameters
| Parameter | Type | Notes |
|---|---|---|
request | IRemoveNotificationOptions | Options for the request |
Returns
Promise<{ notificationId: string; success: boolean }>A Promise that will resolve with the success/failure status of the request