# RemoveDropHandlerV2

> Unregister a specific Drop Handler from a Window Drop Target.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

## RemoveDropHandlerV2(ProjectBrowserDropHandlerV2)

Unregister a specific Drop Handler from a Window Drop Target.

```csharp
public static void RemoveDropHandlerV2(DragAndDrop.ProjectBrowserDropHandlerV2 handler)
```

### Parameters

**** (\[ProjectBrowserDropHandlerV2]\(/engine/6000.6/script-reference/unityeditor/draganddrop/projectbrowserdrophandlerv2)): Handler to unregister.

## RemoveDropHandlerV2(SceneDropHandler)

Unregister a specific Drop Handler from a Window Drop Target.

```csharp
public static void RemoveDropHandlerV2(DragAndDrop.SceneDropHandler handler)
```

### Parameters

**** (\[SceneDropHandler]\(/engine/6000.6/script-reference/unityeditor/draganddrop/scenedrophandler)): Handler to unregister.

## RemoveDropHandlerV2(HierarchyDropHandlerV2)

Unregister a specific Drop Handler from a Window Drop Target.

```csharp
public static void RemoveDropHandlerV2(DragAndDrop.HierarchyDropHandlerV2 handler)
```

### Parameters

**** (\[HierarchyDropHandlerV2]\(/engine/6000.6/script-reference/unityeditor/draganddrop/hierarchydrophandlerv2)): Handler to unregister.

## RemoveDropHandlerV2(InspectorDropHandler)

Unregister a specific Drop Handler from a Window Drop Target.

```csharp
public static void RemoveDropHandlerV2(DragAndDrop.InspectorDropHandler handler)
```

### Parameters

**** (\[InspectorDropHandler]\(/engine/6000.6/script-reference/unityeditor/draganddrop/inspectordrophandler)): Handler to unregister.
