<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/AppLibrary/App/requestDeletion(in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MarketplaceKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:14MarketplaceKit10AppLibraryC0C0C01_aB6_UIKitE15requestDeletion2inySo13UIWindowSceneC_tYaKF"
  },
  "title" : "requestDeletion(in:)"
}
-->

# requestDeletion(in:)

Prompts the person to delete the app.

```
@MainActor final func requestDeletion(in scene: UIWindowScene) async throws
```

## Parameters

`scene`

The window scene in which to present app-deletion confirmation.

## Discussion

This method presents a system confirmation for the person to permit or deny the app’s deletion.

---

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)