Skip to main content
DELETE
/
orgs
/
{org_id}
/
broadcasts
/
{broadcast_id}
/
templates
/
{template_id}
Delete a Broadcast Template
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/templates/{template_id}
"<unknown>"

Path Parameters

org_id
string
required

Org ID

broadcast_id
string
required

Broadcast ID

template_id
string
required

Template ID

Response

200 - application/json

The response is of type unknown.