---
title: "Delete Data Service"
method: DELETE
path: "/data-services/{data-service-id}"
tags: ["Data Services"]
---

# Delete Data Service

`DELETE /data-services/{data-service-id}`

Deletes a data service resource by identifier.

## Path parameters

- `data-service-id` string, uuid, required

## Response `204`

No Content

## Other responses

- `404` — Resource does not exist.

## Changes

> 11 revisions in range; 3 not diffed.

- **2024-12-17** `7bbdf1c10c96` — 4 breaking
  - the response's body type changed from `object` to no type for status `404`
  - removed the required property `code` from the response with the `404` status
  - removed the required property `errors` from the response with the `404` status
  - removed the required property `message` from the response with the `404` status

[Change history](https://skmtc.dev/central-digital-and-data-office/apis/data-catalogue-metadata-api/changes/data-services/:data-service-id/delete.md)

---

[API](https://skmtc.dev/central-digital-and-data-office/apis/data-catalogue-metadata-api.md) · [All operations](https://skmtc.dev/central-digital-and-data-office/apis/data-catalogue-metadata-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/central-digital-and-data-office/data-catalogue-metadata-api/revisions/2f0b25003051/schema)
