---
title: "Close a request"
method: DELETE
path: "/machine-requests/{request_id}"
tags: ["General APIs with JWT"]
---

# Close a request

`DELETE /machine-requests/{request_id}`

Endpoint to close a request.

## Path parameters

- `request_id` string, uuid, required

## Response `200`

Request closed successfully

- unknown

## Other responses

- `404` — Request not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
