This method allows you to delete a command.

**Tip**: You can explore and test this endpoint interactively using our [OpenAPI documentation](https://api.deployhq.com/docs).

## URL

```
/projects/<project>/ssh_commands/<identifier>
```

* Replace `<project>` with either the `permalink` or `identifier` of the project.
* Replace `<identifier>` with the `identifier` of the command.

## HTTP Method

```
DELETE
```

## Supported Parameters

None


## Example cURL Request

```
curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://test.deployhq.com/projects/project/ssh_commands/82204198-e157-86bc-0911-0fcd5f25f4ec
```

## Example Response

```json
{
    "status": "deleted"
}
```