<!--
{
  "availability" : [
    "iOS: 13.0.0 - 15.0.0",
    "iPadOS: 13.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 6.0.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INDeleteTasksTaskResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INDeleteTasksTaskResolutionResult"
  },
  "title" : "INDeleteTasksTaskResolutionResult"
}
-->

# INDeleteTasksTaskResolutionResult

A resolution result for deleting tasks.

```
class INDeleteTasksTaskResolutionResult
```

## Overview

You return an [`INDeleteTasksTaskResolutionResult`](/documentation/Intents/INDeleteTasksTaskResolutionResult) object when resolving parameters containing an [`INDeleteTasksTaskUnsupportedReason`](/documentation/Intents/INDeleteTasksTaskUnsupportedReason) value. Use the creation method that best reflects your ability to resolve the parameter successfully.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result

[`-  initWithTaskResolutionResult:`](/documentation/Intents/INDeleteTasksTaskResolutionResult/init(taskResolutionResult:))

Creates an object whose resolution involves successfully deleting a task.

[`+  unsupportedForReason:`](/documentation/Intents/INDeleteTasksTaskResolutionResult/unsupported(forReason:))

Creates an object whose resolution requires the user to confirm the task before continuing.

[`INDeleteTasksTaskUnsupportedReason`](/documentation/Intents/INDeleteTasksTaskUnsupportedReason)

Constants that indicate the reason the app can’t support the delete task request.

## Relationships

### Conforms To

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

### Inherits From

[`INTaskResolutionResult`](/documentation/Intents/INTaskResolutionResult)

---

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)