Skip to main content
DELETE
/
v2
/
api
/
summary_templates
/
{id}
Delete summary template
curl --request DELETE \
  --url https://api.withallo.com/v2/api/summary_templates/{id} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "retryable": true,
    "request_id": "<string>",
    "retry_after_seconds": 123
  }
}
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