<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCancelWorkoutIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INCancelWorkoutIntentHandling"
  },
  "title" : "INCancelWorkoutIntentHandling"
}
-->

# INCancelWorkoutIntentHandling

The interface that handles requests to cancel a workout.

```
protocol INCancelWorkoutIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INCancelWorkoutIntentHandling`](/documentation/Intents/INCancelWorkoutIntentHandling) protocol to resolve, confirm, and handle requests to cancel a workout using your app. Adopt this protocol in an object of your Intents extension capable of validating the workout name.

You don’t actually cancel the workout from your Intents extension. When your [`handle(intent:completion:)`](/documentation/Intents/INCancelWorkoutIntentHandling/handle(intent:completion:)) returns, SiriKit launches your app and passes it an <doc://com.apple.documentation/documentation/Foundation/NSUserActivity> object that contains the cancel workout intent object and your response. Your app uses the information in those objects to handle the cancellation.

## Topics

### Resolving the Intent Parameters

[`resolveWorkoutName(for:with:)`](/documentation/Intents/INCancelWorkoutIntentHandling/resolveWorkoutName(for:with:))

Resolves the workout name that the user wants to cancel.

### Confirming the Response

[`confirm(intent:completion:)`](/documentation/Intents/INCancelWorkoutIntentHandling/confirm(intent:completion:))

Confirms that your app is able to cancel the workout.

### Handling the Intent

[`handle(intent:completion:)`](/documentation/Intents/INCancelWorkoutIntentHandling/handle(intent:completion:))

Handles the canceling of the workout.



---

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)