---
title: "Delete a template"
method: DELETE
path: "/deployment-manager/deployment_templates/{id}"
tags: ["Configuration Templates"]
---

# Delete a template

`DELETE /deployment-manager/deployment_templates/{id}`

Deletes a specific template by passing the ID.

## Path parameters

- `id` string, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string

## Response `200`

Successfully deleted the template.

## Other responses

- `204` — No Content
- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Id is invalid

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
