---
title: "Delete a snippet"
method: DELETE
path: "/v1/snippets/{id}"
tags: ["Snippets"]
---

# Delete a snippet

`DELETE /v1/snippets/{id}`

Permanently removes a snippet.

## Path parameters

- `id` integer, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

## Changes

- **2026-08-12** `87d29dc7b4fe` — 2 warning, 1 info
  - for the `path` request parameter `id`, the exclusiveMinimum was set to `true`
  - for the `path` request parameter `id`, the min was set to `0.00`
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/checklyhq/apis/checkly-public-api/changes/v1/snippets/:id/delete.md)

---

[API](https://skmtc.dev/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.dev/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
