---
title: "Delete an existing Dataset"
method: DELETE
path: "/policies/dataset/{id}"
tags: ["dataset"]
---

# Delete an existing Dataset

`DELETE /policies/dataset/{id}`

## Response `204`

Dataset removed.

## Other responses

- `400` — Failed due to malformed Policy ID.
- `401` — Missing or invalid access token provided.
- `500` — Unexpected server-side error occurred.

## Changes

- **2026-07-17** `d95ee7691efb` — 2 breaking, 1 warning
  - added the new required `header` request parameter `Authorization` to all path's operations
  - added the new required `header` request parameter `Authorization`
  - deleted the `header` request parameter `Bearer authorization`
- **2022-10-04** `ce59b3bdec00` — 2 breaking, 1 warning
  - added the new required `header` request parameter `Bearer authorization` to all path's operations
  - added the new required `header` request parameter `Bearer authorization`
  - deleted the `header` request parameter `Authorization`
- **2021-08-31** `adfab293130f` — 2 info
  - api tag `dataset` added
  - api tag `policy` removed
- **2021-08-30** `c79ea1312eb9` — 1 info
  - endpoint added
- **2021-06-29** `e95a4da3dd7a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/orb-community/apis/orb-policies/changes/policies/dataset/:id/delete.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-policies.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-policies/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orb-community/orb-policies/revisions/d95ee7691efb/schema)
