---
title: "removeItem(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkaudiofilequeueplayer/removeitem(_:)"
---

# removeItem(_:)

Removes the specified item from the queue.

## Declaration

```swift
func removeItem(_ item: WKAudioFilePlayerItem)
```

## Parameters

- `item`: The player item to remove.

## Discussion

Discussion If item is currently playing, the queue stops playback of item before removing it. It then begins playing the next item in the queue.

## See Also

### Managing Items

- [items](watchkit/wkaudiofilequeueplayer/items.md)
- [advanceToNextItem()](watchkit/wkaudiofilequeueplayer/advancetonextitem().md)
- [appendItem(_:)](watchkit/wkaudiofilequeueplayer/appenditem(_:).md)
- [removeAllItems()](watchkit/wkaudiofilequeueplayer/removeallitems().md)
