---
title: "Delete Employee Deduction Template"
method: DELETE
path: "/employee-deduction-templates/{deductionTemplateID}"
tags: ["Employee Deduction Templates"]
---

# Delete Employee Deduction Template

`DELETE /employee-deduction-templates/{deductionTemplateID}`

## Path parameters

- `deductionTemplateID` string, required — ID of this template

## Response `200`

Successful response

- object
  - `success` true
  - `data` string

## Other responses

- `400` — Invalid request error
- `404` — Resource not found error

---

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