> ## Documentation Index
> Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-website-deploy-hook.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# manage_extensions

> List and delete uploaded browser extensions

Manage browser extensions uploaded to your organization.

## Actions

| Action   | Description          |
| -------- | -------------------- |
| `list`   | List all extensions. |
| `delete` | Remove an extension. |

## Parameters

| Parameter    | Description                                         |
| ------------ | --------------------------------------------------- |
| `action`     | Operation to perform: `list` or `delete`. Required. |
| `id_or_name` | (delete) Extension ID or name to delete.            |

## Example

```json theme={null}
{
  "action": "delete",
  "id_or_name": "my-extension"
}
```
