Skip to main content
DELETE

Overview

Removes a template from your workspace. Only the template entry is deleted: the stream it was saved from, and any streams created from the template, are unaffected. Each workspace can hold at most 20 templates. Once the limit is reached, saving a new template requires deleting one first. Templates are scoped to your workspace: requesting a template that belongs to another workspace returns 404.

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Path Parameters

template_id
integer
required

Response

The deleted template's id.

id
integer
required

The id of the deleted template.

Last modified on August 7, 2026