Broadcasts
Delete a broadcast
Requires a writer role. Running broadcasts must be paused first.
Authorization
bearerAuth AuthorizationBearer <token>
Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the
platform keyring. Carries workspace_id and scopes claims;
revoked via the platform deny-list.
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/broadcasts/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}Update broadcast fields (partial) PATCH
Field-level patch. A `prompt_template` change re-derives `required_variables`. Completed broadcasts are immutable (409 `broadcasts.completed`).
Start dialing (spends money at scale) POST
Moves the broadcast to `running`; the dialer begins working the contact queue within the schedule window. Idempotent.