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

# Delete Stream Source

> DELETE /2/users/:user_id/sources/:source_id permanently deletes a stream source. No active broadcast may be using it.

Permanently deletes a source. No active broadcast may be using it.

**Endpoint:** `DELETE /2/users/:user_id/sources/:source_id`

## Response

HTTP `200` with a minimal JSON success body.

<Note>
  Don't depend on the exact body shape of delete responses — treat any 2xx as success.
</Note>
