# diagrid configuration delete

Delete a Dapr configuration

### Description

Delete a Dapr configuration resource from a project

```
diagrid configuration delete <configuration> [flags]
```

### Examples

```

  # Delete a configuration
  diagrid configuration delete my-config --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -w, --wait             Wait for long-running resource deletion to finish
  -h, --help             help for delete
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid configuration](./configuration.md)	 - Manage Dapr configurations
