# pw ai chats delete

> Source: https://parallelworks.com/docs/cli/pw/ai/chats/delete

## pw ai chats delete

Delete an AI chat

### Synopsis

The **pw ai chats delete** command deletes a chat.

```
pw ai chats delete <id> [flags]
```

### Examples

```
  # Delete a chat
  pw ai chats delete abc-123
```

### Options

```
  -h, --help   help for delete
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw ai chats](/docs/cli/pw/ai/chats)	 - Manage AI chats
