Skip to main content
Removes a broadcast entry by its unique identifier.

Methods

Remove

Deletes a broadcast using the default background context.

RemoveWithContext

Deletes a broadcast with a custom context for cancellation and timeout control.

Parameters

string
required
The unique identifier of the broadcast to delete.

Response

string
The object type, always broadcast.
string
The unique identifier of the deleted broadcast.
boolean
Indicates whether the broadcast was successfully deleted.

Example

Example: Check status before deleting

Deleting a broadcast is permanent and cannot be undone. If the broadcast has been sent, you may want to keep it for record-keeping purposes.
You can delete broadcasts in any status (draft, scheduled, or sent). Deleting a scheduled broadcast will prevent it from being sent.