Delete Contractor Payment
delete/contractorPayment
Query parameters
companyIDstring required
ID of the company
contractorPaymentIDstring required
ID of the corresponding contractor payment
Response
200
Example response
{
"success": true,
"data": [
{
"message": "Contractor Payment(s) deleted"
}
]
}