### <a name="removeInstanceDefinition"></a> removeInstanceDefinition

The removeInstanceDefinition method takes a instanceDefintion id or an array with instanceDefintion ids as argument. It will remove the instanceDefintion with the passed id.

```javascript
componentManager.removeInstanceDefinition('my-instance');
```

The removeInstanceDefinition method returns the componentManager instance.