---
title: "Endpoint for deleting a bundle"
method: DELETE
path: "/bundle/{bundle_uuid}"
tags: ["bundle"]
---

# Endpoint for deleting a bundle

`DELETE /bundle/{bundle_uuid}`

Delete a bundle.
Only an admin can delete a bundle.

## Response `204`

Success.

## Other responses

- `403` — Administrator permission required or not the author of the bundle.
- `404` — Bundle not found.

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
