Delete Newsfeed
DELETE
/v1/newsfeeds/{id}
Permanently deletes the newsfeed, its sources, and all associated posts.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | Newsfeed ID |
Response
Returns204 No Content on success.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 |
204 No Content on success.