---
title: "Delete topic"
method: DELETE
path: "/v1/topics/{topic_name}"
tags: ["Topics"]
---

# Delete topic

`DELETE /v1/topics/{topic_name}`

Delete the Kafka topic with the requested name.

## Path parameters

- `topic_name` string, required

## Response `204`

Topic deleted successfully

- unknown

## Other responses

- `401` — Unauthenticated.
- `404` — Requested topic does not exist
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/versions/2917b4dd86f7/schema)
