---
title: INDeleteTasksIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/indeletetasksintentresponsecode/success
---

# INDeleteTasksIntentResponseCode.success

A response code that indicates your app succeeded.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after successfully deleting the tasks from the task list successfully. Your response should contain the details of the task list and tasks you changed.

## See Also

### Response state

- [INDeleteTasksIntentResponseCode.unspecified](intents/indeletetasksintentresponsecode/unspecified.md)
- [INDeleteTasksIntentResponseCode.ready](intents/indeletetasksintentresponsecode/ready.md)
- [INDeleteTasksIntentResponseCode.inProgress](intents/indeletetasksintentresponsecode/inprogress.md)
- [INDeleteTasksIntentResponseCode.failure](intents/indeletetasksintentresponsecode/failure.md)
- [INDeleteTasksIntentResponseCode.failureRequiringAppLaunch](intents/indeletetasksintentresponsecode/failurerequiringapplaunch.md)
