---
title: removeAllDeliveredNotifications()
framework: usernotifications
role: symbol
role_heading: Instance Method
path: usernotifications/unusernotificationcenter/removealldeliverednotifications()
---

# removeAllDeliveredNotifications()

Removes all of your app’s delivered notifications from Notification Center.

## Declaration

```swift
func removeAllDeliveredNotifications()
```

## Discussion

Discussion Use this method to remove all of your app’s delivered notifications from Notification Center. The method executes asynchronously, returning immediately and removing the identifiers on a background thread. This method does not affect any notification requests that are scheduled, but have not yet been delivered.

## See Also

### Removing delivered notifications

- [getDeliveredNotifications(completionHandler:)](usernotifications/unusernotificationcenter/getdeliverednotifications(completionhandler:).md)
- [removeDeliveredNotifications(withIdentifiers:)](usernotifications/unusernotificationcenter/removedeliverednotifications(withidentifiers:).md)
