---
title: "removeConstraints(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsview/removeconstraints(_:)"
---

# removeConstraints(_:)

Removes the specified constraints from the view.

## Declaration

```swift
func removeConstraints(_ constraints: [NSLayoutConstraint])
```

## Parameters

- `constraints`: The constraints to remove.

## See Also

### Managing the View’s Constraints

- [constraints](appkit/nsview/constraints.md)
- [addConstraint(_:)](appkit/nsview/addconstraint(_:).md)
- [addConstraints(_:)](appkit/nsview/addconstraints(_:).md)
- [removeConstraint(_:)](appkit/nsview/removeconstraint(_:).md)
