# Delete

## Delete

<mark style="color:red;">`DELETE`</mark> `https://api.suble.io/projects/:projectId/vm/:vmId`

Force delete virtual machine.

#### Headers

| Name          | Type   | Description               |
| ------------- | ------ | ------------------------- |
| Authorization | string | User token or project key |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "success"
}
```

{% endtab %}

{% tab title="400 " %}

```
{
    "error": String
}
```

{% endtab %}
{% endtabs %}
