---
title: decline()
framework: gamekit
role: symbol
role_heading: Instance Method
path: gamekit/gkchallenge/decline()
---

# decline()

Declines a challenge that another player issues to the local player.

## Declaration

```swift
func decline()
```

## Discussion

Discussion If you implement an interface to present challenges, it should call this method when the local player declines a challenge.
