---
title: drop()
framework: networkextension
role: symbol
role_heading: Type Method
path: networkextension/nefilterremediationverdict/drop()
---

# drop()

Create a verdict that indicates to the system that the Filter Data Provider will continue to block the flow of network data if/when the flow is requested again.

## Declaration

```swift
class func drop() -> NEFilterRemediationVerdict
```

## Return Value

Return Value A NEFilterRemediationVerdict object.

## See Also

### Creating remediation verdicts

- [allow()](networkextension/nefilterremediationverdict/allow().md)
- [needRules()](networkextension/nefilterremediationverdict/needrules().md)
