Skip to main content
DELETE
Delete a scheduled broadcast
Deletes a scheduled broadcast. :id is the alphanumeric broadcast_id. For a recurring schedule, optionally pass roll_forward=true to apply the deletion to subsequent occurrences.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^[a-zA-Z0-9]{1,13}$

Query Parameters

roll_forward
boolean

Response

The request has succeeded.

data
object
errors
object[]