API reference
Delete a sending profile
Requires `write` (`sending_profile:manage`). On success, best-effort cleans up the profile's avatar object in R2 (never fails the request if cleanup fails).
DELETE
/api/sending-profiles/{id}AuthorizationBearer <token>
A Stet API key (prefix bk_), created under Settings → API keys. The whole API requires the Growth plan or higher; keys are scoped read or write — composing and sending require write.
In: header
Path Parameters
idstring
Response Body
curl -X DELETE "https://app.stethq.com/api/sending-profiles/string"Empty
{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}Delete a broadcast
Requires `write` (`broadcast:compose`). Cascades sends, broadcast_audiences, and blocks; also cleans up the one-time channel group, if any. No status guard.
Duplicate a broadcast
Requires `write` (`broadcast:compose`). Clones targeting, blocks, and per-block visibility into a fresh draft titled "Copy of …"; drops the source's one-time channel group. No status guard.