DELETE /2/users/:user_id/broadcasts/:broadcast_id
Response
Typically{ "success": true } or a minimal body on 200.
Don’t depend on the exact body shape of delete responses — treat any 2xx as success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /2/users/:user_id/broadcasts/:broadcast_id deletes the broadcast record and associated metadata.
DELETE /2/users/:user_id/broadcasts/:broadcast_id
{ "success": true } or a minimal body on 200.