---
title: "Delete message template"
method: DELETE
path: "/messaging/templates/{template_id}"
tags: ["Message Reply Templates"]
---

# Delete message template

`DELETE /messaging/templates/{template_id}`

This endpoint lets you delete a message template given its ID.

## Path parameters

- `template_id` number, required

## Response `200`

Template deleted successfully

- boolean

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
