---
title: ACAccountStoreRemoveCompletionHandler
framework: accounts
role: symbol
role_heading: Type Alias
path: accounts/acaccountstoreremovecompletionhandler
---

# ACAccountStoreRemoveCompletionHandler

Specifies a handler to call when an account is removed from the store.

## Declaration

```swift
typealias ACAccountStoreRemoveCompletionHandler = (Bool, (any Error)?) -> Void
```

## Discussion

Discussion The completion handler parameters are:

## See Also

### Removing Accounts

- [removeAccount(_:withCompletionHandler:)](accounts/acaccountstore/removeaccount(_:withcompletionhandler:).md)
