---
title: "Delete Deduction"
method: DELETE
path: "/deductions"
---

# Delete Deduction

`DELETE /deductions`

Delete a deduction.

## Request body

- object
  - `companyID` string, required — ID of the company
  - `deductionID` string, required — ID of the deduction to be deleted
  - `employeeCheckID` string, required — corresponding employeeCheckID in which the deduction is attached to

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `employeeCheckID` string
    - `deductionID` string
    - `deduction_type` string
    - `employer_contribution` object
      - `value` integer
      - `contribution_type` string
      - `matching` boolean
    - `employee_contribution` object
      - `value` integer
      - `contribution_type` string
    - `deductionTemplateID` string

## Other responses

- `400` — 400

---

[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/versions/01346dceb27d/schema)
