v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Delete Contractor Deduction Template

delete/contractor-deduction-templates

Query parameters

companyIDstring required

ID of the company

deductionTemplateIDstring required

ID of the corresponding deduction template

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "message": "Contractor Payment(s) deleted"
    }
  ]
}