---
title: UIWindowSceneDestructionRequestOptions
framework: uikit
role: symbol
role_heading: Class
path: uikit/uiwindowscenedestructionrequestoptions
---

# UIWindowSceneDestructionRequestOptions

An object that contains information to use when removing a window scene from your app.

## Declaration

```swift
@MainActor class UIWindowSceneDestructionRequestOptions
```

## Overview

Overview Create a UIWindowSceneDestructionRequestOptions object before you close one of your app’s scenes using the requestSceneSessionDestruction(_:options:errorHandler:) method of UIApplication. Use this object to specify the dismissal animations to apply to the scene’s UI, if that UI is onscreen.

## Topics

### Configuring the dismissal animation

- [windowDismissalAnimation](uikit/uiwindowscenedestructionrequestoptions/windowdismissalanimation.md)
- [UIWindowScene.DismissalAnimation](uikit/uiwindowscene/dismissalanimation.md)

## Relationships

### Inherits From

- [UISceneDestructionRequestOptions](uikit/uiscenedestructionrequestoptions.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Activation and destruction

- [UISceneActivationConditions](uikit/uisceneactivationconditions.md)
- [UIScene.ActivationRequestOptions](uikit/uiscene/activationrequestoptions.md)
- [UISceneDestructionRequestOptions](uikit/uiscenedestructionrequestoptions.md)
