---
title: "Delete Certificate Template"
method: DELETE
path: "/api/v1/admin/certificate-templates/{id}"
tags: ["Certificate Templates"]
---

# Delete Certificate Template

`DELETE /api/v1/admin/certificate-templates/{id}`

## Path parameters

- `id` string, required

## Response `200`

Deleted successfully

- object — Deleted successfully
  - `success` boolean, required
  - `data` unknown, required

## Other responses

- `400` — Default template cannot be deleted
- `404` — Template not found

---

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