Skip to main content

Delete Source

Delete a document source. Documents already ingested through the source are preserved — only the source configuration and its ingestion pipeline are removed.

DELETE/v1/sources/:id

Path parameters

ParameterTypeDescription
idstringThe source ID to delete

Example

curl -X DELETE https://api.talonic.com/v1/sources/src_def456 \
  -H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"