# Delete

> Delete a trigger configuration.

Delete a trigger configuration.

Authentication Required: `Yes`

```bash
ugs triggers delete <trigger-id> [options]
```

## Arguments

`<trigger-id>` The ID of the trigger to delete.

## Options

|                  | Alias                  | Description                         |
| ---------------- | ---------------------- | ----------------------------------- |
| project-id       | -p, --project-id       | The Unity cloud project id          |
| environment-name | -e, --environment-name | The services environment name       |
| help             | -?, -h, --help         | Display help and usage information. |
| quiet            | -q, --quiet            | Reduce logging to a minimum.        |
| json             | -j, --json             | Use JSON as the output format.      |
