# Disable Detections

### SENTDisableDetectionsResult

```objectivec
@interface SENTDisableDetectionsResult : SENTDetectionsOperationResult
```

### SENTDisableDetectionsError

```objectivec
@interface SENTDisableDetectionsError : NSObject
```

obj

### SENTDisableDetectionsCompletionHandler

```objectivec
typedef void (^SENTDisableDetectionsCompletionHandler)(SENTDisableDetectionsResult *_Nullable result,
                                                       SENTDisableDetectionsError *_Nullable error);
```
