---
title: "Delete datasource connector"
method: DELETE
path: "/datasources/{id}"
tags: ["Datasources"]
---

# Delete datasource connector

`DELETE /datasources/{id}`

Deletes a datasource connector by ID. Returns 409 Conflict if the connector is still linked to one or more applications.

## Path parameters

- `id` string, required

## Response `204`

Datasource deleted

## Other responses

- `400` — Invalid connector ID format
- `401` — Unauthorized
- `404` — Datasource not found
- `409` — Datasource is connected to one or more applications
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
