Skip to main content
DELETE
Delete summary template
Required scope: SUMMARY_TEMPLATES_WRITE

Behavior

Soft-deletes the template: it is deactivated and no longer used for new call summaries. Existing summaries already generated with the template are not affected. Returns 204 No Content on success, or 404 with code SUMMARY_TEMPLATE_NOT_FOUND if no active template with that ID exists for your team.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Summary template ID (tst-*)

Example:

"tst-abc123"

Response

Summary template deleted