---
title: INCancelRideIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/incancelrideintentresponsecode/success
---

# INCancelRideIntentResponseCode.success

You successfully canceled the ride.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code during the handling phase to indicate that your ride service acknowledged the cancellation of the ride. You can also specify this code during the confirmation phase to indicate that you are ready to handle the intent.

## See Also

### Constants

- [INCancelRideIntentResponseCode.unspecified](intents/incancelrideintentresponsecode/unspecified.md)
- [INCancelRideIntentResponseCode.ready](intents/incancelrideintentresponsecode/ready.md)
- [INCancelRideIntentResponseCode.failure](intents/incancelrideintentresponsecode/failure.md)
