---
title: WKAlertActionStyle.destructive
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkalertactionstyle/destructive
---

# WKAlertActionStyle.destructive

An action that causes destructive behavior to the user’s data or the app. Destructive actions are styled in a way that warns the user of the destructive nature of the action.

## Declaration

```swift
case destructive
```

## See Also

### Constants

- [WKAlertActionStyle.default](watchkit/wkalertactionstyle/default.md)
- [WKAlertActionStyle.cancel](watchkit/wkalertactionstyle/cancel.md)
