v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Delete Contractor Payment

delete/contractorPayment

Query parameters

companyIDstring required

ID of the company

contractorPaymentIDstring required

ID of the corresponding contractor payment

Response

200

successboolean

Example response

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