v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBDelete 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"
}
]
}