---
title: "requestDeletion(in:)"
framework: marketplacekit
role: symbol
role_heading: Instance Method
path: "marketplacekit/applibrary/app/requestdeletion(in:)"
---

# requestDeletion(in:)

Prompts the person to delete the app.

## Declaration

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

## Parameters

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

## Discussion

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