---
title: cancel()
framework: storekit
role: symbol
role_heading: Instance Method
path: storekit/skrequest/cancel()
---

# cancel()

Cancels a previously started request.

## Declaration

```swift
func cancel()
```

## Discussion

Discussion When you cancel a request, the delegate is not called with an error.

## See Also

### Controlling the Request

- [start()](storekit/skrequest/start().md)
