---
title: "Delete a VM"
method: DELETE
path: "/v1/vms/{id}"
tags: ["vms"]
---

# Delete a VM

`DELETE /v1/vms/{id}`

## Response `200`

VM deletion result

- DeleteResponse
  - `id` string, required
  - `deleted` boolean, required

## Other responses

- `401` — Missing or invalid credentials
- `404` — Resource not found
- `500` — Internal server error
- `502` — Upstream service error

## Changes

- **2026-04-22** `fdb53b5a79b3` — 1 warning, 5 info
  - deleted the `path` request parameter `id`
  - api operation id `deleteVM` removed and replaced with `deleteVm`
  - api tag `vms` added
  - api tag `VMs` removed
  - …2 more

[Change history](https://skmtc.dev/fastvm-org/apis/fastvm-api/changes/v1/vms/:id/delete.md)

---

[API](https://skmtc.dev/fastvm-org/apis/fastvm-api.md) · [All operations](https://skmtc.dev/fastvm-org/apis/fastvm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastvm-org/fastvm-api/revisions/480d9714a7a5/schema)
