---
title: "Delete a capsule"
method: DELETE
path: "/capsules/{id}"
---

# Delete a capsule

`DELETE /capsules/{id}`

## Path parameters

- `id` string, required

## Response `204`

Successful deletion (no content)

## Other responses

- `400` — Bad request
- `404` — Capsule not found
- `500` — Internal server error

## Changes

- **2024-08-26** `c62ec79d1c9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sidhq/apis/management-api/changes/capsules/:id/delete.md)

---

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