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

# INDeleteTasksIntentHandling

An interface that handles requests to delete tasks from a task list.

```
protocol INDeleteTasksIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INDeleteTasksIntentHandling`](/documentation/Intents/INDeleteTasksIntentHandling) protocol to resolve, confirm, and handle requests to delete tasks from a task list. Adopt this protocol in an object of your Intents extension capable of handling the request directly or forwarding the request to your app or task management service.

Siri delivers an [`INDeleteTasksIntent`](/documentation/Intents/INDeleteTasksIntent) object to your handler when the user asks to delete tasks from a task list in your app. The provided intent object contains descriptions of the tasks and any triggers to associate with each task. Use the methods of this protocol to resolve the parameters and delete the tasks.

## Topics

### Resolving Details of the Intent

[`-  resolveTaskListForDeleteTasks:withCompletion:`](/documentation/Intents/INDeleteTasksIntentHandling/resolveTaskList(for:with:))

Resolves the task list from which to delete tasks.

[`-  resolveTasksForDeleteTasks:withCompletion:`](/documentation/Intents/INDeleteTasksIntentHandling/resolveTasks(for:with:))

Resolves the tasks to delete.

### Confirming the Response

[`-  confirmDeleteTasks:completion:`](/documentation/Intents/INDeleteTasksIntentHandling/confirm(intent:completion:))

Validates whether you can delete the task.

### Handling the Intent

[`-  handleDeleteTasks:completion:`](/documentation/Intents/INDeleteTasksIntentHandling/handle(intent:completion:))

Handles deleting a task.

## Relationships

### Inherits From

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

---

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)