---
title: "Delete an egress template"
method: DELETE
path: "/api/v1/egress-templates/{templateId}"
tags: ["EgressTemplate"]
---

# Delete an egress template

`DELETE /api/v1/egress-templates/{templateId}`

Soft-deletes a template by setting status to inactive

## Path parameters

- `templateId` string, required

## Headers

- `tenant-id` string
- `x-user-id` string

## Response `204`

Template deleted

## Other responses

- `401` — Not Authorized
- `403` — Not Allowed
- `404` — Template not found

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
