<!--
{
  "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/INDeleteTasksIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INDeleteTasksIntentResponseCode"
  },
  "title" : "INDeleteTasksIntentResponseCode"
}
-->

# INDeleteTasksIntentResponseCode

Constants that indicate the response state.

```
enum INDeleteTasksIntentResponseCode
```

## Topics

### Response state

[`INDeleteTasksIntentResponseCodeUnspecified`](/documentation/Intents/INDeleteTasksIntentResponseCode/unspecified)

A response code that indicates an unknown state.

[`INDeleteTasksIntentResponseCodeReady`](/documentation/Intents/INDeleteTasksIntentResponseCode/ready)

A response code that indicates app readiness.

[`INDeleteTasksIntentResponseCodeInProgress`](/documentation/Intents/INDeleteTasksIntentResponseCode/inProgress)

A response code that indicates deletion is still in progress.

[`INDeleteTasksIntentResponseCodeSuccess`](/documentation/Intents/INDeleteTasksIntentResponseCode/success)

A response code that indicates your app succeeded.

[`INDeleteTasksIntentResponseCodeFailure`](/documentation/Intents/INDeleteTasksIntentResponseCode/failure)

A response code that indicates you were unable to delete the task.

[`INDeleteTasksIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INDeleteTasksIntentResponseCode/failureRequiringAppLaunch)

A response code that indicates the user must launch your app to delete the tasks.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)