---
title: "Delete Account Template"
method: DELETE
path: "/accounts/{accountId}/templates/{templateId}"
tags: ["Account"]
---

# Delete Account Template

`DELETE /accounts/{accountId}/templates/{templateId}`

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

## Path parameters

- `accountId` 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/revisions/ae1e3ddfb2fb/schema)
