# ClearBinding(BindingId)

> Removes a binding from the element.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public void ClearBinding(BindingId bindingId)
```

### Parameters

**** (\[BindingId]\(/engine/6000.0/script-reference/unityengine/uielements/bindingid)): The id of the binding to unbind on this element.

### Remarks

This is equivalent to calling [VisualElement.SetBinding](/engine/6000.0/script-reference/unityengine/uielements/visualelement/setbinding.md) with a `null` value./>
