Skip to main content

Delete Newsfeed

DELETE
/v1/newsfeeds/{id}
Permanently deletes the newsfeed, its sources, and all associated posts.
This action is irreversible.

Path parameters

ParameterTypeDescription
idstring (UUID)Newsfeed ID
curl -X DELETE https://twixb.com/api/v1/newsfeeds/28b37688-... \
  -H "X-API-Key: twxb_your_key_here"

Response

Returns 204 No Content on success.