---
title: "Delete a check"
method: DELETE
path: "/v1/checks/{id}"
tags: ["Checks"]
---

# Delete a check

`DELETE /v1/checks/{id}`

Delete the specified check.

## Path parameters

- `id` string, uuid, required

## Response `204`

## Other responses

- `400` — The request is either malformed or contain invalid parameters. - Make sure the identifier specified in the URL is a valid UUID
- `404` — No check can be found.

---

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