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

# Clear the persistent queue for a Destination

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

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

## Path parameters

- `id` string, required

## Response `201`

A list of job ids for the background job that clears the persistent queue

- CountedString
  - `count` integer — number of items present in the items array
  - `items` string[]

## Other responses

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

## Changes

- **2025-09-03** `9c006bed7bb7` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/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/11df16b26c1d/schema)
