---
title: "removeTrackAssociation(to:type:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avmutablemovietrack/removetrackassociation(to:type:)"
---

# removeTrackAssociation(to:type:)

Removes a specific type of track association between two tracks.

## Declaration

```swift
func removeTrackAssociation(to movieTrack: AVMovieTrack, type trackAssociationType: AVAssetTrack.AssociationType)
```

## Parameters

- `movieTrack`: The AVMovieTrack object that is associated with the receiver.
- `trackAssociationType`: The type of track association to remove between the receiver and the specified movie track.

## See Also

### Managing track associations

- [availableTrackAssociationTypes](avfoundation/avmutablemovietrack/availabletrackassociationtypes.md)
- [associatedTracks(ofType:)](avfoundation/avmutablemovietrack/associatedtracks(oftype:).md)
- [addTrackAssociation(to:type:)](avfoundation/avmutablemovietrack/addtrackassociation(to:type:).md)
