---
title: deletingInteractionWithIdentifiers
framework: intents
role: symbol
role_heading: Type Property
path: intents/inintenterror/deletinginteractionwithidentifiers
---

# deletingInteractionWithIdentifiers

## deletingInteractionWithIdentifiers

deletingInteractionWithIdentifiers Type Property of INIntentError The system was unable to delete the specified set of [INInteraction](/documentation/intents/ininteraction) objects.

``` static var deletingInteractionWithIdentifiers: INIntentError.Code { get } ```

Discussion

To determine the low-level cause of the problem, check the value of [NSUnderlyingErrorKey](/documentation/Foundation/NSUnderlyingErrorKey) in the error object’s [userInfo](/documentation/Foundation/NSError/userInfo) dictionary.
