Skip to main content
DELETE
Delete a channel template

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
channel_templates
integer[]
required

Numeric channel_template_id values to delete — not the UUID channel_template_identifier. Each version is deleted separately. A template created with create_version has several ids sharing one identifier; deleting one leaves the others, and the template keeps appearing in the listing. Read every version's channel_template_id from Channel Templates and pass them all to remove a template completely.

Example:
is_entire_templates
boolean

When enabled, the execution will apply to the entire version within the channel template.

Response

Successful response, no error returned.

data
object | null

Response info depends on specific endpoint.