---
title: esc env webhook rm | CLI commands
url: /docs/esc/cli/commands/esc_env_webhook_rm/
---

Remove an environment webhook.

## Synopsis

[EXPERIMENTAL] Remove an environment webhook

This command removes the named webhook from the environment.

```
esc env webhook rm [<org-name>/][/]<environment-name> <webhook-name> [flags]
```

## Options

```
  -h, --help   help for rm
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env webhook](/docs/esc/cli/commands/esc_env_webhook/)	 - Manage environment webhooks


