---
title: "Delete a Viber transactional template"
method: DELETE
path: "/viber/transactional/templates/{templateId}"
tags: ["Viber transactional"]
---

# Delete a Viber transactional template

`DELETE /viber/transactional/templates/{templateId}`

Deletes the template at Viber and removes the Routee projection when successful.

## Path parameters

- `templateId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Template deleted

- ViberTransactionalTemplateDeleteResponse
  - `action` string
  - `templateId` string

## Other responses

- `403` — Insufficient role or OAuth scope (`transactional_email` required)
- `404` — Message not found for this account

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
