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

# drop()

Create a verdict that indicates to the system that all of the new flow’s data should dropped, and the user should not be given the opportunity to request access.

## Declaration

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

## Return Value

Return Value A NEFilterNewFlowVerdict object.

## See Also

### Creating new flow verdicts

- [allow()](networkextension/nefilternewflowverdict/allow().md)
- [pause()](networkextension/nefilternewflowverdict/pause().md)
- [filterDataVerdict(withFilterInbound:peekInboundBytes:filterOutbound:peekOutboundBytes:)](networkextension/nefilternewflowverdict/filterdataverdict(withfilterinbound:peekinboundbytes:filteroutbound:peekoutboundbytes:).md)
- [remediateVerdict(withRemediationURLMapKey:remediationButtonTextMapKey:)](networkextension/nefilternewflowverdict/remediateverdict(withremediationurlmapkey:remediationbuttontextmapkey:).md)
- [needRules()](networkextension/nefilternewflowverdict/needrules().md)
- [urlAppendStringVerdict(withMapKey:)](networkextension/nefilternewflowverdict/urlappendstringverdict(withmapkey:).md)
