<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/RequestAppDeletionAction",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MarketplaceKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:21_MarketplaceKit_UIKit24RequestAppDeletionActionV"
  },
  "title" : "RequestAppDeletionAction"
}
-->

# RequestAppDeletionAction

A SwiftUI environment action that requests the deletion of an app.

```
struct RequestAppDeletionAction
```

## Overview

Use this action in SwiftUI views to request app deletion. The system presents a confirmation to ensure that the person approves the app’s deletion.

## Topics

### Making a request

[`func callAsFunction(AppLibrary.App) async throws`](/documentation/MarketplaceKit/RequestAppDeletionAction/callAsFunction(_:))

Requests deletion of the specified app with someone’s confirmation.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)