This method allows you to delete an existing SSH command from a project.

## URL

```
/templates/<permalink>/ssh_commands/<identifier>
```

* Replace `<permalink>` with the permalink of the template.
* Replace `<identifier>` with the identifier of the SSH command.

## HTTP METHOD

```
DELETE
```

## Supported Parameters

None

## Example cURL request

```bash
curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://atech.deployhq.com/templates/api-created/ssh_commands/5ed08994-2b93-4901-bba5-d55f1dd1c51b
```

## Example response

```json
{
  "status":"deleted"
}
```