---
title: "Delete Data Bucket"
method: DELETE
path: "/data/{key}"
tags: ["Data"]
---

# Delete Data Bucket

`DELETE /data/{key}`

Deletes a Data Bucket. This is a hard delete of all data, with no recovery available.

## Path parameters

- `key` string, required

## Response `200`

Success

## Other responses

- `400` — Missing Data Bucket key.
- `404` — Data Bucket not found.
- `500` — Server error.

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
