---
title: "removeTrack(_:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avmutablemovie/removetrack(_:)"
---

# removeTrack(_:)

Removes the specified track from the target movie.

## Declaration

```swift
func removeTrack(_ track: AVMovieTrack)
```

## Parameters

- `track`: The movie to be removed.

## See Also

### Managing tracks

- [mutableTrack(compatibleWith:)](avfoundation/avmutablemovie/mutabletrack(compatiblewith:).md)
- [addMutableTrack(withMediaType:copySettingsFrom:options:)](avfoundation/avmutablemovie/addmutabletrack(withmediatype:copysettingsfrom:options:).md)
- [addMutableTracksCopyingSettings(from:options:)](avfoundation/avmutablemovie/addmutabletrackscopyingsettings(from:options:).md)
