<!--
{
  "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/INDeleteTasksTaskListResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INDeleteTasksTaskListResolutionResult"
  },
  "title" : "INDeleteTasksTaskListResolutionResult"
}
-->

# INDeleteTasksTaskListResolutionResult

A resolution result for deleting task lists.

```
class INDeleteTasksTaskListResolutionResult
```

## Overview

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

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

## Topics

### Creating a Resolution Result

[`-  initWithTaskListResolutionResult:`](/documentation/Intents/INDeleteTasksTaskListResolutionResult/init(taskListResolutionResult:))

Creates an object whose resolution involves successfully deleting a task from a task list.

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

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

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

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

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)