# Remove Microsoft Edge Extension

> Removes an extension from Microsoft Edge ExtensionSettings policy. This removes the extension from the policy while keeping other extensions intact.

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/remove-microsoft-edge-extension/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

Removes an extension from Microsoft Edge ExtensionSettings policy. This removes the extension from the policy while keeping other extensions intact. If no extensions remain, the policy is removed completely.

## Parameters

#### Extension ID
*Required*

The ID of the extension to remove. This is the same extension ID used when adding the extension (e.g., fphgeikpdcdcheaochkhldmnfblfogla for NordVPN)

## Details

- **Category:** Browser settings
- **Brick ID:** `Edge-Remove-Extension`

## Raw JSON definition

**JSON**

```json
{
  "category": "browserSettings",
  "description": "Removes an extension from Microsoft Edge ExtensionSettings policy. This removes the extension from the policy while keeping other extensions intact. If no extensions remain, the policy is removed completely.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Edge-Remove-Extension",
  "name": "Remove Microsoft Edge Extension",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "The ID of the extension to remove. This is the same extension ID used when adding the extension (e.g., fphgeikpdcdcheaochkhldmnfblfogla for NordVPN)",
      "id": "ExtensionID",
      "name": "Extension ID",
      "regExValidation": "",
      "required": true,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
