Node.js
Message APIs
Delete a Broadcast
This endpoint is used to delete or stop a broadcast.
- If the broadcast hasn’t started yet, it will be deleted and the credits for this broadcast won’t be charged.
- If it’s currently sending, it will stop immediately. Any messages that haven’t been sent yet will be cancelled, and the credits for them will be refunded.
Node.js
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The broadcast_id returned when the broadcast was created. You have to provide the broadcast_id here in order to delete or stop it.
Example:
"b25192d5-2370-4a69-b844-aae5e2bfae92"