<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macOS: 11.3.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FileProvider",
  "identifier" : "/documentation/FileProvider/NSFileProviderTestingDeletion",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "File Provider"
    ],
    "preciseIdentifier" : "c:objc(pl)NSFileProviderTestingDeletion"
  },
  "title" : "NSFileProviderTestingDeletion"
}
-->

# NSFileProviderTestingDeletion

An operation that syncs the deletion of the source item to the target location.

```
protocol NSFileProviderTestingDeletion : NSFileProviderTestingOperation
```

## Topics

### Accessing the Operation’s Data

[`sourceItemIdentifier`](/documentation/FileProvider/NSFileProviderTestingDeletion/sourceItemIdentifier)

The unique identifier for the source item.

[`targetSide`](/documentation/FileProvider/NSFileProviderTestingDeletion/targetSide)

The target location for the delete operation.

[`targetItemIdentifier`](/documentation/FileProvider/NSFileProviderTestingDeletion/targetItemIdentifier)

The unique identifier for the target item.

[`targetItemBaseVersion`](/documentation/FileProvider/NSFileProviderTestingDeletion/targetItemBaseVersion)

The version of the deleted item.

[`domainVersion`](/documentation/FileProvider/NSFileProviderTestingDeletion/domainVersion)

The domain’s version when the source location deleted the item.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSFileProviderTestingOperation`](/documentation/FileProvider/NSFileProviderTestingOperation)

---

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)