Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / deleteNotification

Function: deleteNotification()

deleteNotification(options, auth): Promise<void>

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:456

Deletes a notification from an MRT project.

Parameters

options

DeleteNotificationOptions

Delete notification options

auth

AuthStrategy

Authentication strategy (ApiKeyStrategy)

Returns

Promise<void>

Throws

Error if request fails

Released under the Apache-2.0 License.