---
title: "Remove a collection source"
method: DELETE
path: "/ai/collections/{uuid}/sources/{sourceId}"
tags: ["AI Collections"]
---

# Remove a collection source

`DELETE /ai/collections/{uuid}/sources/{sourceId}`

Removes a single source from a collection.

## Path parameters

- `uuid` string, uuid, required
- `sourceId` string, required

## Response `204`

Source removed.

## Other responses

- `401` — Missing or invalid authentication.
- `404` — The requested resource does not exist.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
