---
title: cancel()
framework: network
role: symbol
role_heading: Instance Method
path: network/nwconnection/cancel()
---

# cancel()

Cancels the connection and gracefully disconnects any established network protocols.

## Declaration

```swift
final func cancel()
```

## See Also

### Canceling Connections

- [forceCancel()](network/nwconnection/forcecancel().md)
- [cancelCurrentEndpoint()](network/nwconnection/cancelcurrentendpoint().md)
