Following example shows how to delete Gateway Load Balancer using [elbv2 delete-load-balancer](https://docs.aws.amazon.com/cli/latest/reference/elbv2/delete-load-balancer.html) command. Replace the parameter values inside '< >' with appropriate values.

* Command:

```bash
aws elbv2 delete-load-balancer \
    --load-balancer-arn <gwlb1-arn>
```

* Output:
```bash
```