# diagrid app delete

Delete one or more Apps

### Description

Delete one or more Apps from a project.

```
diagrid app delete <app...> [flags]
```

### Examples

```

  # Delete a single App
  diagrid app delete my-app --project my-project

  # Delete multiple Apps
  diagrid app delete my-app1 my-app2 --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -w, --wait             Wait for long-running resource deletion to finish
      --approve          Skip confirmation prompt
  -y, --yes              Skip confirmation prompt
  -h, --help             help for delete
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid app](./app.md)	 - Manage Apps
