# RemoveElement(uint)

> Removes a child element by id.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.7/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public T RemoveElement(uint elementID)
```

### Parameters

**** (\[uint]\(https\://learn.microsoft.com/dotnet/api/system.uint32)): ID of element to remove.

### Returns

| Type | Description                |
| ---- | -------------------------- |
| T    | The removed child element. |
