Delete Source
DELETE
/v1/sources/{source_id}
Removes a source. Posts already ingested from this source are not deleted.
Path parameters
Response
Returns204 No Content on success.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a source from a newsfeed.
/v1/sources/{source_id}
Removes a source. Posts already ingested from this source are not deleted.
| Parameter | Type | Description |
|---|---|---|
source_id | string (UUID) | Source ID |
curl -X DELETE https://twixb.com/api/v1/sources/a174bc15-... \
-H "X-API-Key: twxb_your_key_here"
204 No Content on success.