---
title: "Delete a publishing job"
method: DELETE
path: "/api/v1/publishing/{bundleId}"
tags: ["Publishing"]
---

# Delete a publishing job

`DELETE /api/v1/publishing/{bundleId}`

Removes a specific bundle from the publishing queue. Cannot delete bundles that are actively publishing (BUNDLING, SENDING_TO_ENDPOINTS, PUBLISHING_BUNDLE).

## Path parameters

- `bundleId` string, required

## Response `200`

Bundle deleted successfully

- object — Success response with message

## Other responses

- `401` — Unauthorized - authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Bundle not found in either the publishing audit history or the bundle table
- `409` — Cannot delete bundle while publishing is in progress

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
