# RemoveElementDependencyById(uint)

> Remove an element dependency by ID.

## Definition

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

```csharp
public void RemoveElementDependencyById(uint id)
```

### Parameters

**** (\[uint]\(https\://learn.microsoft.com/dotnet/api/system.uint32)): ID of an element that will be removed.
