---
title: "Delete document for given order."
method: DELETE
path: "/rest/api/orders/{id}/documents/{document}/"
tags: ["Order"]
---

# Delete document for given order.

`DELETE /rest/api/orders/{id}/documents/{document}/`

## Path parameters

- `id` string, required
- `document` string, required

## Response `200`

Delete document correctly

- unknown

## Other responses

- `401` — Authorization failed
- `404` — Document not found

---

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