---
title: removeAllDeliveredNotifications()
framework: foundation
role: symbol
role_heading: Instance Method
path: foundation/nsusernotificationcenter/removealldeliverednotifications()
---

# removeAllDeliveredNotifications()

Remove all delivered user notifications from the user notification center.

## Declaration

```swift
func removeAllDeliveredNotifications()
```

## See Also

### Managing the Delivered Notifications

- [deliver(_:)](foundation/nsusernotificationcenter/deliver(_:).md)
- [deliveredNotifications](foundation/nsusernotificationcenter/deliverednotifications.md)
- [removeDeliveredNotification(_:)](foundation/nsusernotificationcenter/removedeliverednotification(_:).md)
