---
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`

a list of PackUninstallInfo objects

- CountedPackUninstallInfo
  - `count` integer — number of items present in the items array
  - `items` PackUninstallInfo[]
    - `id` string, required
    - `source` string, required

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

## Changes

- **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
- **2026-01-19** `78a6165ee901` — 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
- …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/11df16b26c1d/schema)
