---
title: "remove(_:)"
framework: modelio
role: symbol
role_heading: Instance Method
path: "modelio/mdlobjectcontainercomponent/remove(_:)"
---

# remove(_:)

Removes the specified object from this object’s array of children.

## Declaration

```swift
func remove(_ object: MDLObject)
```

## Parameters

- `object`: The object to remove.

## See Also

### Working with Child Objects

- [objects](modelio/mdlobjectcontainercomponent/objects.md)
- [add(_:)](modelio/mdlobjectcontainercomponent/add(_:).md)
