Delete Newsfeed
DELETE
/v1/newsfeeds/{id}
Permanently deletes the newsfeed, its sources, and all associated posts.
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.
Permanently delete a newsfeed and all its data.
/v1/newsfeeds/{id}
Permanently deletes the newsfeed, its sources, and all associated posts.
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | Newsfeed ID |
curl -X DELETE https://twixb.com/api/v1/newsfeeds/28b37688-... \
-H "X-API-Key: twxb_your_key_here"
204 No Content on success.