---
title: "Delete Orgunit Template"
method: DELETE
path: "/orgunit/{orgunitId}/templates/{templateId}"
tags: ["Orgunit"]
---

# Delete Orgunit Template

`DELETE /orgunit/{orgunitId}/templates/{templateId}`

Permanently deletes a specific orgunit-level message template. Once removed, this template will no longer be available to send message. It will no longer be added to newly created groups.

## Path parameters

- `orgunitId` string, required
- `templateId` string, required

## Response `200`

Success

- ExternalApiResponseNew
  - `appCode` string
  - `message` string
  - `isError` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/ministrybytext/apis/pbt-api-documentation.md) · [All operations](https://skmtc.net/ministrybytext/apis/pbt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministrybytext/pbt-api-documentation/versions/ca6e9c8f430d/schema)
