> ## Documentation Index
> Fetch the complete documentation index at: https://docs.twixb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Newsfeed

> Permanently delete a newsfeed and all its data.

# Delete Newsfeed

<div className="method-badge delete">DELETE</div> `/v1/newsfeeds/{id}`

Permanently deletes the newsfeed, its sources, and all associated posts.

<Warning>This action is irreversible.</Warning>

## Path parameters

| Parameter | Type          | Description |
| --------- | ------------- | ----------- |
| `id`      | string (UUID) | Newsfeed ID |

```bash theme={null}
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.
