---
title: NSBatchDeleteResult
framework: coredata
role: symbol
role_heading: Class
path: coredata/nsbatchdeleteresult
---

# NSBatchDeleteResult

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

## Declaration

```swift
class NSBatchDeleteResult
```

## Topics

### Accessing the Result

- [result](coredata/nsbatchdeleteresult/result.md)
- [resultType](coredata/nsbatchdeleteresult/resulttype.md)
- [NSBatchDeleteRequestResultType](coredata/nsbatchdeleterequestresulttype.md)

## Relationships

### Inherits From

- [NSPersistentStoreResult](coredata/nspersistentstoreresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Data Deletion

- [NSBatchDeleteRequest](coredata/nsbatchdeleterequest.md)
