---
title: "Uninstall a Pack"
method: DELETE
path: "/packs/{id}"
tags: ["packs"]
---

# Uninstall a Pack

`DELETE /packs/{id}`

Uninstall the specified Pack.

## Path parameters

- `id` string, required

## Response `200`

The uninstalled Pack object in a single-item list.

- CountedPackUninstallInfo
  - `count` integer, required — number of items present in the items array
  - `items` PackUninstallInfo[], required — List of items in this response.
    - `id` string, required — Unique identifier for the Pack.
    - `source` string, required — Source from which the Pack was originally installed.

## Other responses

- `401` — Authentication failed (missing or invalid credentials or Bearer token).
- `500` — Unexpected server error.

## Changes

- **2026-07-21** `e9bef570d106` — 6 info
  - added the media type `application/json` for the response with the status `401`
  - added the optional property `details` to the response with the `500` status
  - the response property `count` became required for the status `200`
  - the response property `items` became required for the status `200`
  - …2 more
- **2026-01-24** `84748faee3ef` — 14 warning
  - removed the optional property `items/items/author` from the response with the `200` status
  - removed the optional property `items/items/dependencies` from the response with the `200` status
  - removed the optional property `items/items/description` from the response with the `200` status
  - removed the optional property `items/items/displayName` from the response with the `200` status
  - …10 more
  - …this revision’s changelog is incomplete
- **2026-01-19** `62472462b0c0` — 14 info
  - added the optional property `items/items/author` to the response with the `200` status
  - added the optional property `items/items/dependencies` to the response with the `200` status
  - added the optional property `items/items/description` to the response with the `200` status
  - added the optional property `items/items/displayName` to the response with the `200` status
  - …10 more
  - …this revision’s changelog is incomplete
- …earlier changes not shown

[Full history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/packs/:id/delete.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/56cb25079271/schema)
