Skip to content

Delete

DELETE
/platform/v1/broadcasts/{broadcast_id}
curl --request DELETE \
--url https://example.com/platform/v1/broadcasts/1

DP-2: delete a broadcast (any status except sending) — cascades to recipients.

Errors: * 404 not_found — not found / not owned. * 409 status_locked — broadcast is sending.

broadcast_id
required
Broadcast Id
integer

Successful Response

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}