---
title: "Clear the persistent queue for a Destination within a Pack"
method: DELETE
path: "/p/{pack}/system/outputs/{id}/pq"
tags: ["destinations"]
---

# Clear the persistent queue for a Destination within a Pack

`DELETE /p/{pack}/system/outputs/{id}/pq`

Clear the persistent queue (PQ) for the specified Destination within the specified Pack.

## Path parameters

- `id` string, required
- `pack` string, required

## Response `201`

The job ID for the background job that clears the persistent queue.

- CountedString
  - `count` integer, required — number of items present in the items array
  - `items` string[], required — List of items in this response.

## 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 `201`
  - the response property `items` became required for the status `201`
  - …2 more
- **2026-03-06** `11df16b26c1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/p/:pack/system/outputs/:id/pq/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)
