<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSBatchDeleteResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBatchDeleteResult"
  },
  "title" : "NSBatchDeleteResult"
}
-->

# NSBatchDeleteResult

An object that describes the result of a batch delete request.

```
class NSBatchDeleteResult
```

## Topics

### Accessing the Result

[`result`](/documentation/CoreData/NSBatchDeleteResult/result)

The value the request returns after it executes.

[`resultType`](/documentation/CoreData/NSBatchDeleteResult/resultType)

The data type of the request’s result value.

[`NSBatchDeleteRequestResultType`](/documentation/CoreData/NSBatchDeleteRequestResultType)

The types of result a batch delete request can provide when it executes.

## Relationships

### Inherits From

[`NSPersistentStoreResult`](/documentation/CoreData/NSPersistentStoreResult)

### Conforms To

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

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

---

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)