﻿# Remove Octopus Target Command

## Delete target

Command: ***Remove-OctopusTarget***

| Parameter         | Value                                  |
| ----------------- | -------------------------------------- |
| `-targetIdOrName` | The Name or Id of the target to delete |

Example:

```powershell
Remove-OctopusTarget -targetIdOrName "My Azure Web Application"
```
