> ## 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 Source

> Remove a source from a newsfeed.

# Delete Source

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

Removes a source. Posts already ingested from this source are not deleted.

## Path parameters

| Parameter   | Type          | Description |
| ----------- | ------------- | ----------- |
| `source_id` | string (UUID) | Source ID   |

```bash theme={null}
curl -X DELETE https://twixb.com/api/v1/sources/a174bc15-... \
  -H "X-API-Key: twxb_your_key_here"
```

## Response

Returns `204 No Content` on success.
