# organization delete

Delete an organization

#### Usage

```
terrakube organization delete [flags]
```

#### Flags

```
  -h, --help        help for delete
      --id string   Id of the organization (required)
```

#### Examples

Delete an organization using id

```
terrakube organization delete --id 38b6635a-d38e-46f2-a95e-d00a416de4fd
```
