## Delete Webhook Config

`$ llp webhook-configs delete`

**delete** `/api/v1/beta/webhook-configs/{config_id}`

Delete a webhook configuration.

### Parameters

- `--config-id: string`

- `--organization-id: optional string`

- `--project-id: optional string`

### Example

```cli
llp webhook-configs delete \
  --api-key 'My API Key' \
  --config-id config_id
```
