<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/onDeleteCommand(perform:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE15onDeleteCommand7performQryycSg_tF"
  },
  "title" : "onDeleteCommand(perform:)"
}
-->

# onDeleteCommand(perform:)

Adds an action to perform in response to the system’s Delete command,
or pressing either the ⌫ (backspace) or ⌦ (forward delete) keys while the view has focus.

```
nonisolated func onDeleteCommand(perform action: (() -> Void)?) -> some View
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)