---
title: "Delete a specific data subset"
method: DELETE
path: "/catalogs/{catalogHrn}/dataSubsets/{dataSubsetId}"
tags: ["config"]
---

# Delete a specific data subset

`DELETE /catalogs/{catalogHrn}/dataSubsets/{dataSubsetId}`

Deletes a specific data subset identified by `dataSubsetId`.  
- This is an **asynchronous** operation: the request returns a status link which can be used to check the deletion status.

## Path parameters

- `catalogHrn` string, required
- `dataSubsetId` string, required

## Response `202`

Accepted - your request was received and is being processed.

- StatusLink — Describes the status and href of the create/update/delete resource such as a catalog.
  - `href` string — href of the created/update/delete catalog action
  - `configToken` string — token for getting the status of created/update/delete catalog action
  - `title` string — Title of the action
  - `type` string — Type of the href

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - A catalog with the specified HRN doesn't exist or access to this catalog is forbidden.
- `409` — Conflict - The data subset with the specified ID is in the process of being deleted.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
