---
title: "removeDeliveredNotification(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsusernotificationcenter/removedeliverednotification(_:)"
---

# removeDeliveredNotification(_:)

Remove a delivered user notification from the user notification center.

## Declaration

```swift
func removeDeliveredNotification(_ notification: NSUserNotification)
```

## Parameters

- `notification`: The user notification.

## Discussion

Discussion If the user notification is not in deliveredNotifications, nothing happens.

## See Also

### Managing the Delivered Notifications

- [deliver(_:)](foundation/nsusernotificationcenter/deliver(_:).md)
- [deliveredNotifications](foundation/nsusernotificationcenter/deliverednotifications.md)
- [removeAllDeliveredNotifications()](foundation/nsusernotificationcenter/removealldeliverednotifications().md)
