---
title: "removeContentKeyRecipient(_:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avcontentkeysession/removecontentkeyrecipient(_:)"
---

# removeContentKeyRecipient(_:)

Tells the delegate to remove the specified recipient.

## Declaration

```swift
func removeContentKeyRecipient(_ recipient: any AVContentKeyRecipient)
```

## Parameters

- `recipient`: The content key recipient to remove.

## See Also

### Managing content key recipients

- [contentKeyRecipients](avfoundation/avcontentkeysession/contentkeyrecipients.md)
- [AVContentKeyRecipient](avfoundation/avcontentkeyrecipient.md)
- [addContentKeyRecipient(_:)](avfoundation/avcontentkeysession/addcontentkeyrecipient(_:).md)
