---
title: RequestAppDeletionAction
framework: marketplacekit
role: symbol
role_heading: Structure
path: marketplacekit/requestappdeletionaction
---

# RequestAppDeletionAction

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

## Declaration

```swift
struct RequestAppDeletionAction
```

## Overview

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

- [callAsFunction(_:)](marketplacekit/requestappdeletionaction/callasfunction(_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### App management

- [AppLibrary](marketplacekit/applibrary.md)
- [AppVersion](marketplacekit/appversion.md)
- [AutomaticUpdate](marketplacekit/automaticupdate.md)
- [InstallRequirements](marketplacekit/installrequirements.md)
- [AppleItemID](marketplacekit/appleitemid.md)
- [AppleVersionID](marketplacekit/appleversionid.md)
- [MarketplaceKitURIScheme](marketplacekit/marketplacekiturischeme.md)
