---
title: "Delete a machine"
method: DELETE
path: "/machines/{machine_id}"
tags: ["Machines"]
---

# Delete a machine

`DELETE /machines/{machine_id}`

Deletes a machine.

## Path parameters

- `machine_id` string, required

## Response `200`

Success

- object
  - `object` 'machine', required — String representing the object's type.
  - `id` string, required — The ID of the deleted machine
  - `deleted` true, required — Whether the machine was successfully deleted

## Other responses

- `400` — Request was not successful
- `401` — Authentication invalid
- `403` — Authorization invalid
- `404` — Resource not found
- `422` — Invalid request parameters

---

[API](https://skmtc.net/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.net/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/revisions/75df3a43fcb2/schema)
