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

> DELETE /2/users/:user_id/broadcasts/:broadcast_id deletes the broadcast record and associated metadata.

Deletes the broadcast record and associated metadata. Use for cleanup of test or unwanted broadcasts.

**Endpoint:** `DELETE /2/users/:user_id/broadcasts/:broadcast_id`

## Response

Typically `{ "success": true }` or a minimal body on `200`.

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