---
title: "Mark a delivery ticket as completed"
method: POST
path: "/v1/deliveryticket/complete"
tags: ["delivery-tickets"]
---

# Mark a delivery ticket as completed

`POST /v1/deliveryticket/complete`

## Request body

- HttpDeliveryTicketCompleteRequest
  - `id` integer, required
  - `who` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request

---

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