---
title: UIAlertAction.Style.destructive
framework: uikit
role: symbol
role_heading: Case
path: uikit/uialertaction/style-swift.enum/destructive
---

# UIAlertAction.Style.destructive

Apply a style that indicates the action might change or delete data.

## Declaration

```swift
case destructive
```

## See Also

### Constants

- [UIAlertAction.Style.default](uikit/uialertaction/style-swift.enum/default.md)
- [UIAlertAction.Style.cancel](uikit/uialertaction/style-swift.enum/cancel.md)
