# Delete Player

> Delete an existing player account.

Deletes an existing player account

Authentication Required: `Yes`

```bash
ugs player delete <player-id> [options]
```

## Arguments

`<player-id>` The id of the player to be deleted

## Options

|            | Alias            | Description                         |
| ---------- | ---------------- | ----------------------------------- |
| project-id | -p, --project-id | The Unity cloud project ID.         |
| help       | -?, -h, --help   | Display help and usage information. |
| quiet      | -q, --quiet      | Reduce logging to a minimum.        |
| json       | -j, --json       | Use JSON as the output format.      |
