Delete a source and all its documents
Disconnect a source and remove every document it produced, their versions, the indexed content and its jobs. The content stops being cited; nothing is undone.
DELETE
Deleting a source removes its documents, their stored versions, the indexed content retrieval answers from, and the source’s ingestion jobs. The removed content stops being cited in answers. This cannot be undone. To ingest the same content again, create a new source and sync it. For an
upload source, the files you uploaded are not deleted from storage.
Deleting a source requires a role that can delete documents. A read-only member receives 403. An unknown ID, a malformed ID, or another organization’s source returns 404.
string
required
Source ID (a UUID).
Response
Returns204 with an empty body.
Last modified on September 26, 2026