v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Delete Deduction

Delete a deduction.

delete/deductions

Request body

companyIDstring required

ID of the company

deductionIDstring required

ID of the deduction to be deleted

employeeCheckIDstring required

corresponding employeeCheckID in which the deduction is attached to

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "employeeCheckID": "fc235f012bae46aa8a082f3",
    "deductionID": "61d32bb356fdba0023fafa57",
    "deduction_type": "hsa",
    "employer_contribution": {
      "value": 3,
      "contribution_type": "dollars"
    },
    "employee_contribution": {
      "value": 2,
      "contribution_type": "dollars"
    },
    "deductionTemplateID": "61cae1e03e6f8201c34c77ca"
  }
}