---
title: "Delete a Column"
method: DELETE
path: "/1/columns/{datasetSlug}/{columnId}"
tags: ["Columns"]
---

# Delete a Column

`DELETE /1/columns/{datasetSlug}/{columnId}`

Delete a column. **Note**: Deleted columns are no longer queryable, but data in existing permalinks (query results and trace views) will remain stored and available at those links.

## Response `204`

Success - no content

## Other responses

- `400` — The provided request body was invalid.
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `429` — Rate Limit Exceeded

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
