---
title: "Delete Data Source"
method: DELETE
path: "/v1/dataSources/{dataSourceId}"
tags: ["Cloud"]
---

# Delete Data Source

`DELETE /v1/dataSources/{dataSourceId}`

Delete the specified data source and all related data (collections, schema, items, link parameters). Once deleted, none of the information can be recovered.

## Path parameters

- `dataSourceId` string, required — Cloud data source ID

## Response `204`

No Content. Occurs when the data source is successfully deleted.

## Other responses

- `400` — Bad Request. Occurs when the data source ID is malformatted.
- `403` — Forbidden. Occurs when the data source does not exist or the user does not have access to it.
- `409` — Conflict. Occurs when deletion is attempted while jobs are running.

---

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