---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / deleteNotification

# Function: deleteNotification()

> **deleteNotification**(`options`, `auth`): `Promise`\<`void`\>

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:456](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/notification.ts#L456)

Deletes a notification from an MRT project.

## Parameters

### options

[`DeleteNotificationOptions`](../interfaces/DeleteNotificationOptions.md)

Delete notification options

### auth

[`AuthStrategy`](../../../auth/interfaces/AuthStrategy.md)

Authentication strategy (ApiKeyStrategy)

## Returns

`Promise`\<`void`\>

## Throws

Error if request fails
