---
title: "チェックインの削除"
method: DELETE
path: "/v1/checkins/{id}"
tags: ["checkin"]
---

# チェックインの削除

`DELETE /v1/checkins/{id}`

指定したIDのチェックインを削除します。

## Path parameters

- `id` integer, required

## Response `204`

成功、または既に存在しない場合

## Other responses

- `403` — 自分以外のチェックインに対して操作を試みた場合

## Changes

- **2021-08-01** `bf337fba520f` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`
- **2021-07-28** `17b37b305538` — 1 info
  - endpoint added
- **2020-07-21** `be57ea2beb88` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shikorism/apis/tissue-api/changes/v1/checkins/:id/delete.md)

---

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